Singular |
The SingularValueDecomposition type exposes the following members.
Name | Description | |
---|---|---|
SingularValueDecomposition | Initializes a new instance of the SingularValues class. |
Name | Description | |
---|---|---|
ComputeSVD(Matrix, Matrix) | Computes the singular value decomposition (SVD) of a real M-by-N matrix A. The SVD is written A = U * S * transpose(V) | |
ComputeSVD(Matrix, Vector) | Computes the singular value decomposition (SVD) of a real M-by-N matrix A. The SVD is written A = U * S * transpose(V) | |
ComputeSVD(Matrix, Matrix, Matrix, Matrix) | Computes the singular value decomposition (SVD) of a real M-by-N matrix A. The SVD is written A = U * S * transpose(V) |
Name | Description | |
---|---|---|
GetEnumNames | (Defined by General) | |
IsValidDouble | (Defined by General) |