Loading...
Searching...
No Matches
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.
template<class Type>
scalar det (const SquareMatrix< Type > &matrix)
 Return the determinant of SquareMatrix.
template<class Type>
scalar det (SquareMatrix< Type > &matrix)
 Return the SquareMatrix det and the LU decomposition in the original matrix.
template<class Type>
SquareMatrix< Type > applyPermutation (const SquareMatrix< Type > &mat, const List< label > &p)
 Return Matrix column-reordered according to a given permutation labelList.

Detailed Description

Original source file SquareMatrix.C

Definition in file SquareMatrix.C.