|
|
| MatrixOperations (Matrix passedMatrix) |
| |
|
int | setMatrix (Matrix passedMatrix) |
| |
|
int | computeLowerCholesky () |
| |
|
int | computeInverseLowerCholesky () |
| |
|
int | computeCholeskyAndItsInverse () |
| |
|
int | computeMatrixNorm () |
| |
|
int | computeInverse () |
| |
|
int | computeTranspose () |
| |
|
int | computeSquareRoot () |
| |
|
int | computeTrace () |
| |
|
Matrix | getMatrix () |
| |
|
Matrix | getLowerCholesky () |
| |
|
Matrix | getInverseLowerCholesky () |
| |
|
Matrix | getInverse () |
| |
|
Matrix | getTranspose () |
| |
|
Matrix | getSquareRoot () |
| |
|
double | getMatrixNorm () |
| |
|
double | getTrace () |
| |
The documentation for this class was generated from the following files:
- src/reliability/analysis/misc/MatrixOperations.h
- src/reliability/analysis/misc/MatrixOperations.cpp