

Go to the source code of this file.
Classes | |
| class | SymmetricSquareMatrix< Type > |
| A templated (N x N) square matrix of objects of <Type>, containing N*N elements, derived from Matrix. More... | |
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Functions | |
| template<class Type> | |
| SymmetricSquareMatrix< Type > | invDecomposed (const SymmetricSquareMatrix< Type > &) |
| Return the LU decomposed SymmetricSquareMatrix inverse. | |
| template<class Type> | |
| SymmetricSquareMatrix< Type > | inv (const SymmetricSquareMatrix< Type > &) |
| Return the SymmetricSquareMatrix inverse. | |
| template<class Type> | |
| Type | detDecomposed (const SymmetricSquareMatrix< Type > &) |
| Return the LU decomposed SymmetricSquareMatrix det. | |
| template<class Type> | |
| Type | det (const SymmetricSquareMatrix< Type > &) |
| Return the SymmetricSquareMatrix det. | |
Original source file SymmetricSquareMatrix.H
Definition in file SymmetricSquareMatrix.H.