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

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

Uses of SVD in org.ujmp.core
 

Fields in org.ujmp.core declared as SVD
static SVD<Matrix> Ops.svd
          Deprecated.  
static SVD<Matrix> Matrix.svd
           
 

Uses of SVD in org.ujmp.core.doublematrix
 

Fields in org.ujmp.core.doublematrix declared as SVD
static SVD<Matrix> DenseDoubleMatrix2D.svd
           
 

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

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

Uses of SVD in org.ujmp.core.util
 

Fields in org.ujmp.core.util declared as SVD
static SVD<Matrix> DecompositionOps.SVD_EJML
           
static SVD<Matrix> DecompositionOps.SVD_MTJ
           
static SVD<Matrix> DecompositionOps.SVD_OJALGO
           
static SVD<Matrix> DecompositionOps.SVD_UJMP
           
 



Copyright © 2010. All Rights Reserved.