NonPositiveEigenvalueException Constructor (Int32, Int32, Double) |
Maximum number of iterations exceeded.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public NonPositiveEigenvalueException(
int iter,
int i,
double eval
)
Public Sub New (
iter As Integer,
i As Integer,
eval As Double
)
public:
NonPositiveEigenvalueException(
int iter,
int i,
double eval
)
new :
iter : int *
i : int *
eval : float -> NonPositiveEigenvalueException
Parameters
- iter
- Type: SystemInt32
A int which specifies the iteration number.
- i
- Type: SystemInt32
A int which specifies the eigenvalue index.
- eval
- Type: SystemDouble
A double which specifies the eigenvalue.
See Also