Classes | Namespaces | Functions
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

 Foam
 

Functions

template<class Type >
SymmetricSquareMatrix< Type > invDecomposed (const SymmetricSquareMatrix< Type > &)
 
template<class Type >
SymmetricSquareMatrix< Type > inv (const SymmetricSquareMatrix< Type > &)
 
template<class Type >
Type detDecomposed (const SymmetricSquareMatrix< Type > &)
 
template<class Type >
Type det (const SymmetricSquareMatrix< Type > &)
 

Detailed Description

Original source file SymmetricSquareMatrix.H

Definition in file SymmetricSquareMatrix.H.