42 #ifndef __DOUBLE_MATRIX_H__
43 #define __DOUBLE_MATRIX_H__
59 CDoubleMatrix(
int nColumns,
int nRows,
bool bHeaderOnly =
false);
72 inline const double&
operator() (
const int nColumn,
const int nRow)
const {
return data[nRow *
columns + nColumn]; }
77 bool LoadFromFileText(
const char *pFileName);
Data structure for the representation of a matrix of values of the data type double.
double & operator()(const int nColumn, const int nRow)
double * operator[](const int nRow)