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() [1/4]
| CDoubleMatrix::CDoubleMatrix |
( |
| ) |
|
◆ CDoubleMatrix() [2/4]
| CDoubleMatrix::CDoubleMatrix |
( |
int |
nColumns, |
|
|
int |
nRows, |
|
|
bool |
bHeaderOnly = false |
|
) |
| |
◆ CDoubleMatrix() [3/4]
| CDoubleMatrix::CDoubleMatrix |
( |
const CDoubleMatrix * |
pMatrix, |
|
|
bool |
bHeaderOnly = false |
|
) |
| |
◆ CDoubleMatrix() [4/4]
| CDoubleMatrix::CDoubleMatrix |
( |
const CDoubleMatrix & |
matrix, |
|
|
bool |
bHeaderOnly = false |
|
) |
| |
◆ ~CDoubleMatrix()
| CDoubleMatrix::~CDoubleMatrix |
( |
| ) |
|
◆ FreeMemory()
| void CDoubleMatrix::FreeMemory |
( |
| ) |
|
|
private |
◆ LoadFromFileText()
| bool CDoubleMatrix::LoadFromFileText |
( |
const char * |
pFileName | ) |
|
|
private |
◆ operator()() [1/2]
| double& CDoubleMatrix::operator() |
( |
const int |
nColumn, |
|
|
const int |
nRow |
|
) |
| |
|
inline |
◆ operator()() [2/2]
| const double& CDoubleMatrix::operator() |
( |
const int |
nColumn, |
|
|
const int |
nRow |
|
) |
| const |
|
inline |
◆ operator[]() [1/2]
| double* CDoubleMatrix::operator[] |
( |
const int |
nRow | ) |
|
|
inline |
◆ operator[]() [2/2]
| const double* CDoubleMatrix::operator[] |
( |
const int |
nRow | ) |
const |
|
inline |
◆ columns
| int CDoubleMatrix::columns |
◆ data
| double* CDoubleMatrix::data |
◆ m_bOwnMemory
| bool CDoubleMatrix::m_bOwnMemory |
|
private |
◆ rows
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 Feb 28 2022 21:44:01