|
xc
|
?? More...
#include <MatrixOperations.h>
Public Member Functions | |
| 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 () |
??
1.8.13