Uses of Class
cern.colt.matrix.linalg.SingularValueDecomposition
-
Packages that use SingularValueDecomposition Package Description cern.colt.matrix.linalg Linear Algebraic matrix computations operating onDoubleMatrix2D
andDoubleMatrix1D
. -
-
Uses of SingularValueDecomposition in cern.colt.matrix.linalg
Methods in cern.colt.matrix.linalg that return SingularValueDecomposition Modifier and Type Method Description private SingularValueDecomposition
Algebra. svd(DoubleMatrix2D matrix)
Constructs and returns the SingularValue-decomposition of the given matrix.
-