Uses of Class
smile.math.matrix.SVD
-
Packages that use SVD Package Description smile.math.matrix -
-
Uses of SVD in smile.math.matrix
Methods in smile.math.matrix that return SVD Modifier and Type Method Description SVDDenseMatrix. svd()Returns the singular value decomposition.default SVDDenseMatrix. svd(boolean inPlace)Returns the singular value decomposition.SVDJMatrix. svd()default SVDMatrix. svd(int k)Find k largest approximate singular triples of a matrix by the Lanczos algorithm.default SVDMatrix. svd(int k, double kappa, int maxIter)Find k largest approximate singular triples of a matrix by the Lanczos algorithm.
-