IMSL C# Numerical Library

NoConvergenceException Constructor

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

Overload List

********** 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);

The conjugate gradient method did not converge within the allowed maximum number of iterations.

protected NoConvergenceException(SerializationInfo,StreamingContext);

The conjugate gradient method did not converge within the allowed maximum number of iterations.

public NoConvergenceException(string);

The conjugate gradient method did not converge within the allowed maximum number of iterations.

public NoConvergenceException(string,Exception);

See Also

NoConvergenceException Class | Imsl.Math Namespace