CFloatMatrix() | CFloatMatrix | |
CFloatMatrix(int nColumns, int nRows, bool bHeaderOnly=false) | CFloatMatrix | |
CFloatMatrix(const CFloatMatrix *pMatrix, bool bHeaderOnly=false) | CFloatMatrix | |
CFloatMatrix(const CFloatMatrix &matrix, bool bHeaderOnly=false) | CFloatMatrix | |
columns | CFloatMatrix | |
data | CFloatMatrix | |
FreeMemory() | CFloatMatrix | [private] |
LoadFromFile(const char *pFileName) | CFloatMatrix | |
m_bOwnMemory | CFloatMatrix | [private] |
operator()(const int nColumn, const int nRow) | CFloatMatrix | [inline] |
operator()(const int nColumn, const int nRow) const | CFloatMatrix | [inline] |
operator[](const int nRow) | CFloatMatrix | [inline] |
operator[](const int nRow) const | CFloatMatrix | [inline] |
rows | CFloatMatrix | |
SaveToFile(const char *pFileName) | CFloatMatrix | |
~CFloatMatrix() | CFloatMatrix |