Uses of Interface
org.ujmp.core.doublematrix.calculation.general.decomposition.Chol
-
Packages that use Chol Package Description org.ujmp.core org.ujmp.core.doublematrix.calculation.general.decomposition org.ujmp.core.util org.ujmp.jblas.calculation -
-
Uses of Chol in org.ujmp.core
Fields in org.ujmp.core declared as Chol Modifier and Type Field Description static Chol<Matrix>
Matrix. chol
-
Uses of Chol in org.ujmp.core.doublematrix.calculation.general.decomposition
Fields in org.ujmp.core.doublematrix.calculation.general.decomposition declared as Chol Modifier and Type Field Description static Chol<Matrix>
Chol. INSTANCE
static Chol<Matrix>
Chol. MATRIX
static Chol<Matrix>
Chol. MATRIXLARGEMULTITHREADED
static Chol<Matrix>
Chol. MATRIXLARGESINGLETHREADED
static Chol<Matrix>
Chol. MATRIXSMALLMULTITHREADED
static Chol<Matrix>
Chol. MATRIXSMALLSINGLETHREADED
static Chol<Matrix>
Chol. UJMP
-
Uses of Chol in org.ujmp.core.util
Fields in org.ujmp.core.util declared as Chol Modifier and Type Field Description static Chol<Matrix>
DecompositionOps. CHOL_EJML
static Chol<Matrix>
DecompositionOps. CHOL_JBLAS
static Chol<Matrix>
DecompositionOps. CHOL_MTJ
static Chol<Matrix>
DecompositionOps. CHOL_OJALGO
static Chol<Matrix>
DecompositionOps. CHOL_UJMP
-
Uses of Chol in org.ujmp.jblas.calculation
Classes in org.ujmp.jblas.calculation that implement Chol Modifier and Type Class Description class
Chol
-