Uses of Interface
org.ujmp.core.doublematrix.calculation.general.decomposition.Eig
-
Packages that use Eig Package Description org.ujmp.core org.ujmp.core.doublematrix.calculation.general.decomposition org.ujmp.core.util org.ujmp.jblas.calculation -
-
Uses of Eig in org.ujmp.core
Fields in org.ujmp.core declared as Eig Modifier and Type Field Description static Eig<Matrix>
Matrix. eig
-
Uses of Eig in org.ujmp.core.doublematrix.calculation.general.decomposition
Fields in org.ujmp.core.doublematrix.calculation.general.decomposition declared as Eig Modifier and Type Field Description static Eig<Matrix>
Eig. INSTANCE
static Eig<Matrix>
Eig. MATRIX
static Eig<Matrix>
Eig. MATRIXLARGEMULTITHREADED
static Eig<Matrix>
Eig. MATRIXLARGESINGLETHREADED
static Eig<Matrix>
Eig. MATRIXSMALLMULTITHREADED
static Eig<Matrix>
Eig. MATRIXSMALLSINGLETHREADED
static Eig<Matrix>
Eig. UJMP
-
Uses of Eig in org.ujmp.core.util
Fields in org.ujmp.core.util declared as Eig Modifier and Type Field Description static Eig<Matrix>
DecompositionOps. EIG_EJML
static Eig<Matrix>
DecompositionOps. EIG_JBLAS
static Eig<Matrix>
DecompositionOps. EIG_MTJ
static Eig<Matrix>
DecompositionOps. EIG_OJALGO
static Eig<Matrix>
DecompositionOps. EIG_UJMP
-
Uses of Eig in org.ujmp.jblas.calculation
Classes in org.ujmp.jblas.calculation that implement Eig Modifier and Type Class Description class
Eig
-