Construct the singular value decomposition of a rectangular matrix.
Overload List
Name | Description | |
---|---|---|
![]() | 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.
|