The conjugate gradient method did not converge within the allowed maximum
number of iterations.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
[SerializableAttribute] public class NoConvergenceException : IMSLException |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class NoConvergenceException _ Inherits IMSLException |
Visual C++ |
---|
[SerializableAttribute] public ref class NoConvergenceException : public IMSLException |
Exceptions
Exception | Condition |
---|---|
Imsl.Math..::.NoConvergenceException | The conjugate gradient method did not converge within the allowed maximum number of iterations. |
Inheritance Hierarchy
System..::.Object
System..::.Exception
System..::.ApplicationException
Imsl..::.IMSLException
Imsl.Math..::.NoConvergenceException
System..::.Exception
System..::.ApplicationException
Imsl..::.IMSLException
Imsl.Math..::.NoConvergenceException