Class ComplexSVD

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

public class ComplexSVD extends SVD<CMatrix>
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>H</sup> where U and V are unitary 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.