Returns the index of the first singular value for which the algorithm
converged.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax Public ReadOnly Property Info As Integer
Get
public:
property int Info {
int get ();
}
member Info : int with get
Property Value
Type:
Int32
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