XC Open source finite element analysis program
Public Member Functions | List of all members
XC::MatrixOperations Class Reference

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 ()
 

The documentation for this class was generated from the following files: