|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectno.uib.cipr.matrix.sparse.NoIterationReporter
public class NoIterationReporter
An iteration reporter which does nothing.
Constructor Summary | |
---|---|
NoIterationReporter()
|
Method Summary | |
---|---|
void |
monitor(double r,
int i)
Registers current information |
void |
monitor(double r,
Vector x,
int i)
Registers current information |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NoIterationReporter()
Method Detail |
---|
public void monitor(double r, int i)
IterationReporter
monitor
in interface IterationReporter
r
- Current residual normi
- Current iteration numberpublic void monitor(double r, Vector x, int i)
IterationReporter
monitor
in interface IterationReporter
r
- Current residual normx
- Current state vectori
- Current iteration number
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |