Uses of Interface
org.ujmp.core.doublematrix.calculation.general.decomposition.SVD
-
Packages that use SVD Package Description org.ujmp.core org.ujmp.core.doublematrix.calculation.general.decomposition org.ujmp.core.util org.ujmp.jblas.calculation -
-
Uses of SVD in org.ujmp.core
Fields in org.ujmp.core declared as SVD Modifier and Type Field Description static SVD<Matrix>
Matrix. svd
-
Uses of SVD in org.ujmp.core.doublematrix.calculation.general.decomposition
Fields in org.ujmp.core.doublematrix.calculation.general.decomposition declared as SVD Modifier and Type Field Description 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 Modifier and Type Field Description static SVD<Matrix>
DecompositionOps. SVD_EJML
static SVD<Matrix>
DecompositionOps. SVD_MTJ
static SVD<Matrix>
DecompositionOps. SVD_OJALGO
static SVD<Matrix>
DecompositionOps. SVD_UJMP
-
Uses of SVD in org.ujmp.jblas.calculation
Classes in org.ujmp.jblas.calculation that implement SVD Modifier and Type Class Description class
SVD
-