Construct the singular value decomposition of a rectangular matrix.

Overload List

NameDescription
SVD(array<Double,2>[,](,)[,])
Construct the singular value decomposition of a rectangular matrix with default tolerance.
SVD(array<Double,2>[,](,)[,], Double)
Construct the singular value decomposition of a rectangular matrix with a given tolerance.

See Also