Home
last modified time | relevance | path

Searched refs:fullSVD (Results 1 – 6 of 6) sorted by relevance

/dports/math/openturns/openturns-1.18/lib/src/Base/Type/
H A DMatrix.cxx251 const Bool fullSVD, in computeSVD() argument
254 …ementation()->computeSVD(*(u.getImplementation()), *(vT.getImplementation()), fullSVD, keepIntact); in computeSVD()
H A DMatrixImplementation.cxx1334 const Bool fullSVD, in computeSVD() argument
1340 char jobz( fullSVD ? 'A' : 'S'); in computeSVD()
1342 u = MatrixImplementation(m, ( fullSVD ? m : std::min(m, n))); in computeSVD()
1343 int ldvt = (fullSVD ? n : std::min(m, n)); in computeSVD()
1344 vT = MatrixImplementation(( fullSVD ? n : std::min(m, n)), n); in computeSVD()
/dports/math/openturns/openturns-1.18/lib/src/Base/Type/openturns/
H A DIdentityMatrix.hxx105 const Bool fullSVD = false,
H A DMatrix.hxx165 const Bool fullSVD = false,
H A DMatrixImplementation.hxx258 const Bool fullSVD = false,
/dports/math/openturns/openturns-1.18/python/src/
H A DMatrix_doc.i.in143 fullSVD : bool, optional
187 fullSVD : bool, optional