public static interface IterativeMethod.IterativeState
Modifier and Type | Method and Description |
---|---|
int |
getIterations()
Access the current iteration.
|
double |
getRelativeError()
Access the current relative error in the evaluation.
|
void |
initialize()
Initialize the state to begin an iterative evaluation.
|
void |
iterate()
Perform the next iteration of the iterative evaluation.
|
int getIterations()
double getRelativeError()
void initialize()
void iterate() throws NumericException
NumericException
- if the iteration can not be performed.Jas4pp 1.5 © Java Analysis Studio for Particle Physics