Uses of Interface
org.apache.commons.math.linear.SingularValueDecomposition
-
Packages that use SingularValueDecomposition Package Description org.apache.commons.math.linear Linear algebra support. -
-
Uses of SingularValueDecomposition in org.apache.commons.math.linear
Classes in org.apache.commons.math.linear that implement SingularValueDecomposition Modifier and Type Class Description class
SingularValueDecompositionImpl
Calculates the compact Singular Value Decomposition of a matrix.
-