|
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.IteratesMonitor
public class IteratesMonitor
This IterationMonitor stores all iterates generated during iterations.
| Constructor Summary | |
|---|---|
IteratesMonitor()
|
|
| Method Summary | |
|---|---|
void |
addIterate(Vector x)
Add a newly computed iterate to this monitor. |
VectorList |
iterates()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IteratesMonitor()
| Method Detail |
|---|
public void addIterate(Vector x)
IterationMonitor
addIterate in interface IterationMonitorx - the new iteratepublic VectorList iterates()
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||