SquareMatrix.C File Reference
Include dependency graph for SquareMatrix.C:

Go to the source code of this file.

Classes

class  typeOfInnerProduct< Type, SquareMatrix< Type >, SquareMatrix< Type > >
 

Namespaces

namespace  Foam
 Namespace for OpenFOAM.
 

Functions

template<class Type >
scalar detDecomposed (const SquareMatrix< Type > &matrix, const label sign)
 Return the determinant of the LU decomposed SquareMatrix. More...
 
template<class Type >
scalar det (const SquareMatrix< Type > &matrix)
 Return the determinant of SquareMatrix. More...
 
template<class Type >
scalar det (SquareMatrix< Type > &matrix)
 Return the SquareMatrix det and the LU decomposition in the original matrix. More...
 
template<class Type >
SquareMatrix< Type > applyPermutation (const SquareMatrix< Type > &mat, const List< label > &p)
 

Detailed Description

Original source file SquareMatrix.C

Definition in file SquareMatrix.C.