Uses of Interface
com.opengamma.strata.math.impl.linearalgebra.LUDecompositionResult
-
Packages that use LUDecompositionResult Package Description com.opengamma.strata.math.impl.linearalgebra -
-
Uses of LUDecompositionResult in com.opengamma.strata.math.impl.linearalgebra
Classes in com.opengamma.strata.math.impl.linearalgebra that implement LUDecompositionResult Modifier and Type Class Description class
LUDecompositionCommonsResult
Wrapper for results of the Commons implementation of LU decomposition (LUDecompositionCommons
).Methods in com.opengamma.strata.math.impl.linearalgebra that return LUDecompositionResult Modifier and Type Method Description LUDecompositionResult
LUDecompositionCommons. apply(DoubleMatrix x)
-