Data structure for the representation of a matrix of values of the data type double.
More...
#include <DoubleMatrix.h>
Data structure for the representation of a matrix of values of the data type double.
Definition at line 54 of file DoubleMatrix.h.
| CDoubleMatrix::CDoubleMatrix |
( |
| ) |
|
| CDoubleMatrix::CDoubleMatrix |
( |
int |
nColumns, |
|
|
int |
nRows, |
|
|
bool |
bHeaderOnly = false |
|
) |
| |
| CDoubleMatrix::CDoubleMatrix |
( |
const CDoubleMatrix * |
pMatrix, |
|
|
bool |
bHeaderOnly = false |
|
) |
| |
| CDoubleMatrix::CDoubleMatrix |
( |
const CDoubleMatrix & |
matrix, |
|
|
bool |
bHeaderOnly = false |
|
) |
| |
| CDoubleMatrix::~CDoubleMatrix |
( |
| ) |
|
| double& CDoubleMatrix::operator() |
( |
const int |
nColumn, |
|
|
const int |
nRow |
|
) |
| |
|
inline |
| const double& CDoubleMatrix::operator() |
( |
const int |
nColumn, |
|
|
const int |
nRow |
|
) |
| const |
|
inline |
| double* CDoubleMatrix::operator[] |
( |
const int |
nRow | ) |
|
|
inline |
| const double* CDoubleMatrix::operator[] |
( |
const int |
nRow | ) |
const |
|
inline |
| int CDoubleMatrix::columns |
| double* CDoubleMatrix::data |
The documentation for this class was generated from the following files: