|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.matrix.doubles.matrixtype.sparse.solver.iterative.NullMonitor
public class NullMonitor
This IterationMonitor does nothing when a new iterate is added via
IterationMonitor.addIterate(com.numericalmethod.suanshu.vector.doubles.Vector).
| Constructor Summary | |
|---|---|
NullMonitor()
|
|
| Method Summary | |
|---|---|
void |
addIterate(Vector x)
Add a newly computed iterate to this monitor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NullMonitor()
| Method Detail |
|---|
public void addIterate(Vector x)
IterationMonitor
addIterate in interface IterationMonitorx - the new iterate
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||