Class RealSVD

java.lang.Object
org.flag4j.linalg.decompositions.svd.SVD<Matrix>
org.flag4j.linalg.decompositions.svd.RealSVD
All Implemented Interfaces:
Decomposition<Matrix>

public class RealSVD extends SVD<Matrix>
Instances of this class can be used to compute the singular value decomposition (SVD) of a real dense matrix. That is, decompose a rectangular matrix M as M=USV<sup>T</sup> where U and V are orthogonal matrices whose columns are the left and right singular vectors of M and S is a rectangular diagonal matrix containing the singular values of M.