Uses of Interface
com.opengamma.strata.math.linearalgebra.DecompositionResult
-
Packages that use DecompositionResult Package Description com.opengamma.strata.math.impl.linearalgebra com.opengamma.strata.math.linearalgebra Linear algebra. -
-
Uses of DecompositionResult in com.opengamma.strata.math.impl.linearalgebra
Subinterfaces of DecompositionResult in com.opengamma.strata.math.impl.linearalgebra Modifier and Type Interface Description interfaceCholeskyDecompositionResultContains the results of Cholesky matrix decomposition.interfaceLUDecompositionResultContains the results of LU matrix decomposition.interfaceQRDecompositionResultContains the results of QR matrix decomposition.interfaceSVDecompositionResultContains the results of SV matrix decomposition.Classes in com.opengamma.strata.math.impl.linearalgebra that implement DecompositionResult Modifier and Type Class Description classCholeskyDecompositionCommonsResultWrapper for results of the Commons implementation of Cholesky decomposition (CholeskyDecompositionCommons).classCholeskyDecompositionOpenGammaResultResults of the OpenGamma implementation of Cholesky decomposition.classLUDecompositionCommonsResultWrapper for results of the Commons implementation of LU decomposition (LUDecompositionCommons).classQRDecompositionCommonsResultWrapper for results of the Commons implementation of QR Decomposition (QRDecompositionCommons).classSVDecompositionCommonsResultWrapper for results of the Commons implementation of singular value decompositionSVDecompositionCommons. -
Uses of DecompositionResult in com.opengamma.strata.math.linearalgebra
Classes in com.opengamma.strata.math.linearalgebra with type parameters of type DecompositionResult Modifier and Type Interface Description interfaceDecomposition<R extends DecompositionResult>Base interface for matrix decompositions, such as SVD and LU.
-