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

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

Uses of Inv in org.ujmp.core
 

Fields in org.ujmp.core declared as Inv
static Inv<Matrix> Ops.inv
          Deprecated.  
static Inv<Matrix> Matrix.inv
           
 

Uses of Inv in org.ujmp.core.doublematrix
 

Fields in org.ujmp.core.doublematrix declared as Inv
static Inv<Matrix> DenseDoubleMatrix2D.inv
           
 

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

Subinterfaces of Inv in org.ujmp.core.doublematrix.calculation.general.decomposition
 interface InvSPD<T>
           
 interface InvSymm<T>
           
 

Fields in org.ujmp.core.doublematrix.calculation.general.decomposition declared as Inv
static Inv<Matrix> Inv.INSTANCE
           
static Inv<Matrix> Inv.MATRIX
           
static Inv<Matrix> Inv.MATRIXLARGEMULTITHREADED
           
static Inv<Matrix> Inv.MATRIXLARGESINGLETHREADED
           
static Inv<Matrix> Inv.MATRIXSMALLMULTITHREADED
           
static Inv<Matrix> Inv.MATRIXSMALLSINGLETHREADED
           
static Inv<Matrix> Inv.UJMP
           
 

Uses of Inv in org.ujmp.core.util
 

Fields in org.ujmp.core.util declared as Inv
static Inv<Matrix> DecompositionOps.INV_EJML
           
static Inv<Matrix> DecompositionOps.INV_JBLAS
           
static Inv<Matrix> DecompositionOps.INV_MTJ
           
static Inv<Matrix> DecompositionOps.INV_OJALGO
           
static Inv<Matrix> DecompositionOps.INV_UJMP
           
 



Copyright © 2010. All Rights Reserved.