IMSL C# Numerical Library

SVD.Info Property

Returns the index of the first singular value for which the algorithm converged.

public int Info {get;}

Property Value

Convergence was obtained for the Info, Info+1, ..., Min(nrows,ncols) singular values and their corresponding vectors. Here, nrows and ncols represent the number of rows and columns of the input matrix respectively.

See Also

SVD Class | Imsl.Math Namespace