
Go to the source code of this file.
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Functions | |
| static tensor | do_multiply (const tensor &A, const diagTensor &B, const tensor &C) |
| template<class MatrixType, class DiagMatrixType, class WorkArrayType> | |
| static std::pair< label, bool > | SVDcomp (const MatrixType &A, const scalar minCondition, MatrixType &U_, MatrixType &V_, DiagMatrixType &S_, WorkArrayType &rv1) |