scalation.linalgebra
The SVDDecomp trait specifies the major methods for Singular Value Decomposition implementations.
SVDDecomp
Deflate the matrix by iteratively turning elements not in the main diagonal to zero.
Deflate the matrix by iteratively turning elements not in the main diagonal to zero. Then return the vector of singular values (i.e., the main diagonal).
The
SVDDecomp
trait specifies the major methods for Singular Value Decomposition implementations.