|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FloatIterationReporter
Reports on the progress of an iterative solver
Method Summary | |
---|---|
void |
monitor(float r,
FloatMatrix1D x,
int i)
Registers current information |
void |
monitor(float r,
int i)
Registers current information |
Method Detail |
---|
void monitor(float r, FloatMatrix1D x, int i)
r
- Current residual normx
- Current state vectori
- Current iteration numbervoid monitor(float r, int i)
r
- Current residual normi
- Current iteration number
|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |