Uses of Interface
org.ujmp.core.doublematrix.calculation.general.decomposition.InvSPD
-
Packages that use InvSPD Package Description org.ujmp.core.doublematrix.calculation.general.decomposition org.ujmp.core.util org.ujmp.jblas.calculation -
-
Uses of InvSPD in org.ujmp.core.doublematrix.calculation.general.decomposition
Fields in org.ujmp.core.doublematrix.calculation.general.decomposition declared as InvSPD Modifier and Type Field Description static InvSPD<Matrix>
InvSPD. INSTANCE
static InvSPD<Matrix>
InvSPD. MATRIX
static InvSPD<Matrix>
InvSPD. MATRIXLARGEMULTITHREADED
static InvSPD<Matrix>
InvSPD. MATRIXLARGESINGLETHREADED
static InvSPD<Matrix>
InvSPD. MATRIXSMALLMULTITHREADED
static InvSPD<Matrix>
InvSPD. MATRIXSMALLSINGLETHREADED
static InvSPD<Matrix>
InvSPD. UJMP
-
Uses of InvSPD in org.ujmp.core.util
Fields in org.ujmp.core.util declared as InvSPD Modifier and Type Field Description static InvSPD<Matrix>
DecompositionOps. INVSPD_EJML
static InvSPD<Matrix>
DecompositionOps. INVSPD_JBLAS
static InvSPD<Matrix>
DecompositionOps. INVSPD_MTJ
static InvSPD<Matrix>
DecompositionOps. INVSPD_OJALGO
static InvSPD<Matrix>
DecompositionOps. INVSPD_PARALLELCOLT
static InvSPD<Matrix>
DecompositionOps. INVSPD_UJMP
-
Uses of InvSPD in org.ujmp.jblas.calculation
Classes in org.ujmp.jblas.calculation that implement InvSPD Modifier and Type Class Description class
InvSPD
-