False convergence, the iterates appear to be converging to a noncritical point.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
[SerializableAttribute]
public class FalseConvergenceException : IMSLException
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class FalseConvergenceException _
	Inherits IMSLException
Visual C++
[SerializableAttribute]
public ref class FalseConvergenceException : public IMSLException

Exceptions

ExceptionCondition
Imsl.Math..::.FalseConvergenceException the iterates appear to be converging to a noncritical point

Inheritance Hierarchy

See Also