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