Click or drag to resize
SVDInfo Property
Returns the index of the first singular value for which the algorithm converged.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public int Info { 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