Construct the singular value decomposition of a rectangular matrix.
Construct the singular value decomposition of a rectangular matrix with default tolerance.
public SVD(double[,]);
Construct the singular value decomposition of a rectangular matrix with a given tolerance.
public SVD(double[,],double);
SVD Class | Imsl.Math Namespace