Uses of Interface
org.ujmp.core.doublematrix.calculation.general.decomposition.LU
-
Packages that use LU Package Description org.ujmp.core org.ujmp.core.doublematrix.calculation.general.decomposition org.ujmp.core.util org.ujmp.jblas.calculation -
-
Uses of LU in org.ujmp.core
Fields in org.ujmp.core declared as LU Modifier and Type Field Description static LU<Matrix>
Matrix. lu
-
Uses of LU in org.ujmp.core.doublematrix.calculation.general.decomposition
Fields in org.ujmp.core.doublematrix.calculation.general.decomposition declared as LU Modifier and Type Field Description static LU<Matrix>
LU. INSTANCE
static LU<Matrix>
LU. MATRIX
static LU<Matrix>
LU. MATRIXLARGEMULTITHREADED
static LU<Matrix>
LU. MATRIXLARGESINGLETHREADED
static LU<Matrix>
LU. MATRIXSMALLMULTITHREADED
static LU<Matrix>
LU. MATRIXSMALLSINGLETHREADED
static LU<Matrix>
LU. UJMP
-
Uses of LU in org.ujmp.core.util
Fields in org.ujmp.core.util declared as LU Modifier and Type Field Description static LU<Matrix>
DecompositionOps. LU_EJML
static LU<Matrix>
DecompositionOps. LU_JBLAS
static LU<Matrix>
DecompositionOps. LU_MTJ
static LU<Matrix>
DecompositionOps. LU_OJALGO
static LU<Matrix>
DecompositionOps. LU_UJMP
-
Uses of LU in org.ujmp.jblas.calculation
Classes in org.ujmp.jblas.calculation that implement LU Modifier and Type Class Description class
LU
-