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 |
( |
| ) |
|
void CDoubleMatrix::FreeMemory |
( |
| ) |
|
|
private |
bool CDoubleMatrix::LoadFromFileText |
( |
const char * |
pFileName | ) |
|
|
private |
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 |
bool CDoubleMatrix::m_bOwnMemory |
|
private |
The documentation for this class was generated from the following files:
asr_ivt
Author(s): Allgeyer Tobias, Hutmacher Robin, Kleinert Daniel, Meißner Pascal, Scholz Jonas, Stöckle Patrick
autogenerated on Mon Dec 2 2019 03:47:28