![]() |
My Project
|
#include <ap.h>
Public Member Functions | |
| template_2d_array () | |
| ~template_2d_array () | |
| template_2d_array (const template_2d_array &rhs) | |
| const template_2d_array & | operator= (const template_2d_array &rhs) |
| const T & | operator() (int i1, int i2) const |
| T & | operator() (int i1, int i2) |
| void | setbounds (int iLow1, int iHigh1, int iLow2, int iHigh2) |
| void | setcontent (int iLow1, int iHigh1, int iLow2, int iHigh2, const T *pContent) |
| T * | getcontent () |
| const T * | getcontent () const |
| int | getlowbound (int iBoundNum) const |
| int | gethighbound (int iBoundNum) const |
| raw_vector< T > | getcolumn (int iColumn, int iRowStart, int iRowEnd) |
| raw_vector< T > | getrow (int iRow, int iColumnStart, int iColumnEnd) |
| const_raw_vector< T > | getcolumn (int iColumn, int iRowStart, int iRowEnd) const |
| const_raw_vector< T > | getrow (int iRow, int iColumnStart, int iColumnEnd) const |
| template_2d_array () | |
| ~template_2d_array () | |
| template_2d_array (const template_2d_array &rhs) | |
| const template_2d_array & | operator= (const template_2d_array &rhs) |
| const T & | operator() (int i1, int i2) const |
| T & | operator() (int i1, int i2) |
| void | setbounds (int iLow1, int iHigh1, int iLow2, int iHigh2) |
| void | setcontent (int iLow1, int iHigh1, int iLow2, int iHigh2, const T *pContent) |
| T * | getcontent () |
| const T * | getcontent () const |
| int | getlowbound (int iBoundNum) const |
| int | gethighbound (int iBoundNum) const |
| raw_vector< T > | getcolumn (int iColumn, int iRowStart, int iRowEnd) |
| raw_vector< T > | getrow (int iRow, int iColumnStart, int iColumnEnd) |
| const_raw_vector< T > | getcolumn (int iColumn, int iRowStart, int iRowEnd) const |
| const_raw_vector< T > | getrow (int iRow, int iColumnStart, int iColumnEnd) const |
Private Member Functions | |
| bool | wrongRow (int i) const |
| bool | wrongColumn (int j) const |
| bool | wrongRow (int i) const |
| bool | wrongColumn (int j) const |
Private Attributes | |
| T * | m_Vec |
| long | m_iVecSize |
| long | m_iLow1 |
| long | m_iLow2 |
| long | m_iHigh1 |
| long | m_iHigh2 |
| long | m_iConstOffset |
| long | m_iLinearMember |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 947 of file ap.h.
|
inline |
Definition at line 956 of file svd_si.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 939 of file ap.h.
|
inline |
Definition at line 948 of file svd_si.h.
|
inline |
Definition at line 955 of file ap.h.
|
inline |
Definition at line 964 of file svd_si.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |