Go to the source code of this file.
Namespaces | |
Foam | |
Typedefs | |
typedef RectangularMatrix< scalar > | scalarRectangularMatrix |
typedef SquareMatrix< scalar > | scalarSquareMatrix |
typedef SymmetricSquareMatrix< scalar > | scalarSymmetricSquareMatrix |
typedef DiagonalMatrix< scalar > | scalarDiagonalMatrix |
Functions | |
template<class Type > | |
void | solve (scalarSquareMatrix &matrix, List< Type > &source) |
template<class Type > | |
void | solve (List< Type > &psi, const scalarSquareMatrix &matrix, const List< Type > &source) |
void | LUDecompose (scalarSquareMatrix &matrix, labelList &pivotIndices) |
void | LUDecompose (scalarSquareMatrix &matrix, labelList &pivotIndices, label &sign) |
void | LUDecompose (scalarSymmetricSquareMatrix &matrix) |
template<class Type > | |
void | LUBacksubstitute (const scalarSquareMatrix &luMmatrix, const labelList &pivotIndices, List< Type > &source) |
template<class Type > | |
void | LUBacksubstitute (const scalarSymmetricSquareMatrix &luMmatrix, List< Type > &source) |
template<class Type > | |
void | LUsolve (scalarSquareMatrix &matrix, List< Type > &source) |
template<class Type > | |
void | LUsolve (scalarSymmetricSquareMatrix &matrix, List< Type > &source) |
template<class Form , class Type > | |
void | multiply (Matrix< Form, Type > &answer, const Matrix< Form, Type > &A, const Matrix< Form, Type > &B) |
void | multiply (scalarRectangularMatrix &answer, const scalarRectangularMatrix &A, const scalarRectangularMatrix &B, const scalarRectangularMatrix &C) |
void | multiply (scalarRectangularMatrix &answer, const scalarRectangularMatrix &A, const DiagonalMatrix< scalar > &B, const scalarRectangularMatrix &C) |
void | multiply (scalarSquareMatrix &answer, const scalarSquareMatrix &A, const DiagonalMatrix< scalar > &B, const scalarSquareMatrix &C) |
scalarRectangularMatrix | SVDinv (const scalarRectangularMatrix &A, scalar minCondition=0) |
Original source file scalarMatrices.H
Definition in file scalarMatrices.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.