IMSL C# Numerical Library

SVD Constructor

Construct the singular value decomposition of a rectangular matrix.

Overload List

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);

See Also

SVD Class | Imsl.Math Namespace