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

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

Uses of LU in org.ujmp.core
 

Fields in org.ujmp.core declared as LU
static LU<Matrix> Ops.lu
          Deprecated.  
static LU<Matrix> Matrix.lu
           
 

Uses of LU in org.ujmp.core.doublematrix
 

Fields in org.ujmp.core.doublematrix declared as LU
static LU<Matrix> DenseDoubleMatrix2D.lu
           
 

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

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



Copyright © 2010. All Rights Reserved.