44 #ifndef __FLOAT_MATRIX_H__
45 #define __FLOAT_MATRIX_H__
61 CFloatMatrix(
int nColumns,
int nRows,
bool bHeaderOnly =
false);
78 inline const float&
operator() (
const int nColumn,
const int nRow)
const {
return data[nRow *
columns + nColumn]; }
float * operator[](const int nRow)
bool SaveToFile(const char *pFileName)
Data structure for the representation of a matrix of values of the data type float.
float & operator()(const int nColumn, const int nRow)
bool LoadFromFile(const char *pFileName)