Go to the source code of this file.
Classes | |
class | SymmetricSquareMatrix< Type > |
A templated 2D square symmetric matrix of objects of <T>, where the n x n matrix dimension is known and used for subscript bounds checking, etc. More... | |
Namespaces | |
Foam | |
Namespace for OpenFOAM. | |
Functions | |
template<class Type > | |
SymmetricSquareMatrix< Type > | invDecomposed (const SymmetricSquareMatrix< Type > &) |
Return the LU decomposed SymmetricSquareMatrix inverse. More... | |
template<class Type > | |
SymmetricSquareMatrix< Type > | inv (const SymmetricSquareMatrix< Type > &) |
Return the SymmetricSquareMatrix inverse. More... | |
template<class Type > | |
Type | detDecomposed (const SymmetricSquareMatrix< Type > &) |
Return the LU decomposed SymmetricSquareMatrix det. More... | |
template<class Type > | |
Type | det (const SymmetricSquareMatrix< Type > &) |
Return the SymmetricSquareMatrix det. More... | |
Original source file SymmetricSquareMatrix.H
Definition in file SymmetricSquareMatrix.H.