Uses of Interface
org.ujmp.core.doublematrix.calculation.general.decomposition.SolveSPD
-
Packages that use SolveSPD Package Description org.ujmp.core.doublematrix.calculation.general.decomposition org.ujmp.core.util org.ujmp.jblas.calculation -
-
Uses of SolveSPD in org.ujmp.core.doublematrix.calculation.general.decomposition
Fields in org.ujmp.core.doublematrix.calculation.general.decomposition declared as SolveSPD Modifier and Type Field Description static SolveSPD<Matrix>
SolveSPD. INSTANCE
static SolveSPD<Matrix>
SolveSPD. MATRIX
static SolveSPD<Matrix>
SolveSPD. MATRIXSQUARELARGEMULTITHREADED
static SolveSPD<Matrix>
SolveSPD. MATRIXSQUARELARGESINGLETHREADED
static SolveSPD<Matrix>
SolveSPD. MATRIXSQUARESMALLMULTITHREADED
static SolveSPD<Matrix>
SolveSPD. MATRIXSQUARESMALLSINGLETHREADED
static SolveSPD<Matrix>
SolveSPD. UJMPSQUARE
-
Uses of SolveSPD in org.ujmp.core.util
Fields in org.ujmp.core.util declared as SolveSPD Modifier and Type Field Description static SolveSPD<Matrix>
DecompositionOps. SOLVESPD_EJML
static SolveSPD<Matrix>
DecompositionOps. SOLVESPD_JBLAS
static SolveSPD<Matrix>
DecompositionOps. SOLVESPD_MTJ
static SolveSPD<Matrix>
DecompositionOps. SOLVESPD_OJALGO
static SolveSPD<Matrix>
DecompositionOps. SOLVESPD_UJMP
-
Uses of SolveSPD in org.ujmp.jblas.calculation
Classes in org.ujmp.jblas.calculation that implement SolveSPD Modifier and Type Class Description class
SolveSPD
-