|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface IterativeMethod.IterativeState
The current state for an iterative method.
Method Summary | |
---|---|
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. |
Method Detail |
---|
int getIterations()
double getRelativeError()
void initialize()
void iterate() throws NumericException
NumericException
- if the iteration can not be performed.
|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |