#include <matrix.h>
Definition at line 34 of file matrix.h.
ngh::TMatrix::TMatrix |
( |
int |
size | ) |
|
ngh::TMatrix::TMatrix |
( |
const TMatrix & |
x | ) |
|
ngh::TMatrix::TMatrix |
( |
int |
num_rows, |
|
|
int |
num_cols |
|
) |
| |
ngh::TMatrix::~TMatrix |
( |
| ) |
|
double ngh::TMatrix::Get |
( |
int |
row, |
|
|
int |
col |
|
) |
| const |
int ngh::TMatrix::NCols |
( |
| ) |
const |
int ngh::TMatrix::NRows |
( |
| ) |
const |
void ngh::TMatrix::Set |
( |
int |
row, |
|
|
int |
col, |
|
|
double |
value |
|
) |
| |
void ngh::TMatrix::SwapRows |
( |
int |
r1, |
|
|
int |
r2 |
|
) |
| |
std::ostream& operator<< |
( |
std::ostream & |
stream, |
|
|
const TMatrix & |
M |
|
) |
| |
|
friend |
double* ngh::TMatrix::elm |
|
private |
The documentation for this class was generated from the following files:
- /opt/flow123d/flow123d/src/mesh/ngh/include/matrix.h
- /opt/flow123d/flow123d/src/mesh/ngh/src/matrix.cpp