Uses of Interface
org.ujmp.core.doublematrix.calculation.general.decomposition.Eig

Packages that use Eig
org.ujmp.core   
org.ujmp.core.doublematrix   
org.ujmp.core.doublematrix.calculation.general.decomposition   
org.ujmp.core.util   
 

Uses of Eig in org.ujmp.core
 

Fields in org.ujmp.core declared as Eig
static Eig<Matrix> Ops.eig
          Deprecated.  
static Eig<Matrix> Matrix.eig
           
 

Uses of Eig in org.ujmp.core.doublematrix
 

Fields in org.ujmp.core.doublematrix declared as Eig
static Eig<Matrix> DenseDoubleMatrix2D.eig
           
 

Uses of Eig in org.ujmp.core.doublematrix.calculation.general.decomposition
 

Fields in org.ujmp.core.doublematrix.calculation.general.decomposition declared as Eig
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
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
           
 



Copyright © 2010. All Rights Reserved.