Uses of Interface
com.opengamma.strata.math.impl.linearalgebra.QRDecompositionResult
-
Packages that use QRDecompositionResult Package Description com.opengamma.strata.math.impl.linearalgebra -
-
Uses of QRDecompositionResult in com.opengamma.strata.math.impl.linearalgebra
Classes in com.opengamma.strata.math.impl.linearalgebra that implement QRDecompositionResult Modifier and Type Class Description class
QRDecompositionCommonsResult
Wrapper for results of the Commons implementation of QR Decomposition (QRDecompositionCommons
).Methods in com.opengamma.strata.math.impl.linearalgebra that return QRDecompositionResult Modifier and Type Method Description QRDecompositionResult
QRDecompositionCommons. apply(DoubleMatrix x)
-