Uses of Interface
com.opengamma.strata.math.impl.linearalgebra.SVDecompositionResult
-
Packages that use SVDecompositionResult Package Description com.opengamma.strata.math.impl.linearalgebra -
-
Uses of SVDecompositionResult in com.opengamma.strata.math.impl.linearalgebra
Classes in com.opengamma.strata.math.impl.linearalgebra that implement SVDecompositionResult Modifier and Type Class Description class
SVDecompositionCommonsResult
Wrapper for results of the Commons implementation of singular value decompositionSVDecompositionCommons
.Methods in com.opengamma.strata.math.impl.linearalgebra that return SVDecompositionResult Modifier and Type Method Description SVDecompositionResult
SVDecompositionCommons. apply(DoubleMatrix x)
-