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

Go to the source code of this file.

Namespaces

 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)
 

Detailed Description

Original source file SVD.C

Definition in file SVD.C.