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

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

Uses of Solve in org.ujmp.core
 

Fields in org.ujmp.core declared as Solve
static Solve<Matrix> Ops.solve
          Deprecated.  
static Solve<Matrix> Matrix.solve
           
 

Uses of Solve in org.ujmp.core.doublematrix
 

Fields in org.ujmp.core.doublematrix declared as Solve
static Solve<Matrix> DenseDoubleMatrix2D.solve
           
 

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

Subinterfaces of Solve in org.ujmp.core.doublematrix.calculation.general.decomposition
 interface SolveSPD<T>
           
 interface SolveSymm<T>
           
 

Fields in org.ujmp.core.doublematrix.calculation.general.decomposition declared as Solve
static Solve<Matrix> Solve.INSTANCE
           
static Solve<Matrix> Solve.MATRIX
           
static Solve<Matrix> Solve.MATRIXSQUARELARGEMULTITHREADED
           
static Solve<Matrix> Solve.MATRIXSQUARELARGESINGLETHREADED
           
static Solve<Matrix> Solve.MATRIXSQUARESMALLMULTITHREADED
           
static Solve<Matrix> Solve.MATRIXSQUARESMALLSINGLETHREADED
           
static Solve<Matrix> Solve.MATRIXTALLLARGEMULTITHREADED
           
static Solve<Matrix> Solve.MATRIXTALLLARGESINGLETHREADED
           
static Solve<Matrix> Solve.MATRIXTALLSMALLMULTITHREADED
           
static Solve<Matrix> Solve.MATRIXTALLSMALLSINGLETHREADED
           
static Solve<Matrix> Solve.UJMPSQUARE
           
static Solve<Matrix> Solve.UJMPTALL
           
 

Uses of Solve in org.ujmp.core.util
 

Fields in org.ujmp.core.util declared as Solve
static Solve<Matrix> DecompositionOps.SOLVE_EJML
           
static Solve<Matrix> DecompositionOps.SOLVE_JBLAS
           
static Solve<Matrix> DecompositionOps.SOLVE_MTJ
           
static Solve<Matrix> DecompositionOps.SOLVE_OJALGO
           
static Solve<Matrix> DecompositionOps.SOLVE_PARALLELCOLT
           
static Solve<Matrix> DecompositionOps.SOLVE_UJMP
           
 



Copyright © 2010. All Rights Reserved.