IMSL C# Numerical Library

NoConvergenceException Constructor (Int32)

********** should this be changed to the TooManyIterations Exception?? ***** The conjugate gradient method did not converge within the allowed maximum number of iterations.

public NoConvergenceException(
   int maxIterations
);

Parameters

maxIterations
Maximum number of iterations exceeded.

See Also

NoConvergenceException Class | Imsl.Math Namespace | NoConvergenceException Constructor Overload List