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

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public int Info { get; }
Visual Basic (Declaration)
Public ReadOnly Property Info As Integer
Visual C++
public:
property int Info {
	int get ();
}

Field 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