Maximum number of iterations exceeded.

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

Syntax

C#
public NonPositiveEigenvalueException(
	int iter,
	int i,
	double eval
)
Visual Basic (Declaration)
Public Sub New ( _
	iter As Integer, _
	i As Integer, _
	eval As Double _
)
Visual C++
public:
NonPositiveEigenvalueException(
	int iter, 
	int i, 
	double eval
)

Parameters

iter
Type: System..::.Int32
A int which specifies the iteration number.
i
Type: System..::.Int32
A int which specifies the eigenvalue index.
eval
Type: System..::.Double
A double which specifies the eigenvalue.

See Also