60 #ifndef MatrixOperations_h 61 #define MatrixOperations_h 63 #include <utility/matrix/Vector.h> 64 #include <utility/matrix/Matrix.h> 74 int setMatrix(
Matrix passedMatrix);
76 int computeLowerCholesky();
77 int computeInverseLowerCholesky();
78 int computeCholeskyAndItsInverse();
79 int computeMatrixNorm();
81 int computeTranspose();
82 int computeSquareRoot();
88 Matrix getInverseLowerCholesky();
92 double getMatrixNorm();
100 Matrix *theInverseLowerCholesky;
104 double theMatrixNorm;
Definition: MatrixOperations.h:67
================================================================================
Definition: ContinuaReprComponent.h:34