public interface FloatIterationReporter
Modifier and Type | Method and Description |
---|---|
void |
monitor(float r,
FloatMatrix1D x,
int i)
Registers current information
|
void |
monitor(float r,
int i)
Registers current information
|
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 numberJump to the Parallel Colt Homepage