MatrixOperations Class Reference#include <MatrixOperations.h>
List of all members.
Detailed Description
Definition at line 40 of file MatrixOperations.h.
Constructor & Destructor Documentation
MatrixOperations::MatrixOperations |
( |
Matrix |
passedMatrix |
) |
|
MatrixOperations::~MatrixOperations |
( |
|
) |
|
Member Function Documentation
int MatrixOperations::setMatrix |
( |
Matrix |
passedMatrix |
) |
|
int MatrixOperations::computeLowerCholesky |
( |
|
) |
|
int MatrixOperations::computeInverseLowerCholesky |
( |
|
) |
|
int MatrixOperations::computeCholeskyAndItsInverse |
( |
|
) |
|
int MatrixOperations::computeMatrixNorm |
( |
|
) |
|
int MatrixOperations::computeInverse |
( |
|
) |
|
int MatrixOperations::computeTranspose |
( |
|
) |
|
int MatrixOperations::computeSquareRoot |
( |
|
) |
|
int MatrixOperations::computeTrace |
( |
|
) |
|
Matrix MatrixOperations::getMatrix |
( |
|
) |
|
Matrix MatrixOperations::getLowerCholesky |
( |
|
) |
|
Matrix MatrixOperations::getInverseLowerCholesky |
( |
|
) |
|
Matrix MatrixOperations::getInverse |
( |
|
) |
|
Matrix MatrixOperations::getTranspose |
( |
|
) |
|
Matrix MatrixOperations::getSquareRoot |
( |
|
) |
|
double MatrixOperations::getMatrixNorm |
( |
|
) |
|
double MatrixOperations::getTrace |
( |
|
) |
|
The documentation for this class was generated from the following files:
Generated on Mon Oct 23 15:05:45 2006 for OpenSees by 1.5.0
|