SquareMatrix.H File Reference
Include dependency graph for SquareMatrix.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RectangularMatrix< Type >
 A templated 2D rectangular m x n matrix of objects of <Type>. More...
 
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...
 

Detailed Description

Original source file SquareMatrix.H

Definition in file SquareMatrix.H.