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