Click or drag to resize
DidNotConvergeException Constructor (Int32, Int32)
Maximum number of iterations exceeded.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public DidNotConvergeException(
	int info,
	int min
)

Parameters

info
Type: SystemInt32
First argument for SVD.DidNotConverge string.
min
Type: SystemInt32
Second argument for SVD.DidNotConverge string.
See Also