Click or drag to resize

SingularValueDecomposition Methods

The SingularValueDecomposition type exposes the following members.

Methods
 NameDescription
Public methodComputeSVD(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)
Public methodComputeSVD(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)
Public methodComputeSVD(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)
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also