Loading...
Searching...
No Matches
SymmetricSquareMatrix.H File Reference
Include dependency graph for SymmetricSquareMatrix.H:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Original source file SymmetricSquareMatrix.H

Definition in file SymmetricSquareMatrix.H.