Public Member Functions | |
| ConvergenceMonitor () | |
| void | addRecord (int iter, const Array< double > &record) const |
| void | reset () |
| void | write (std::ostream &os) const |
Private Attributes | |
| Array< int > | iters_ |
| Array< Array< double > > | records_ |
Definition at line 55 of file PlayaConvergenceMonitor.hpp.
Definition at line 52 of file PlayaConvergenceMonitor.cpp.
| void Playa::ConvergenceMonitor::addRecord | ( | int | iter, |
| const Array< double > & | record | ||
| ) | const |
Definition at line 57 of file PlayaConvergenceMonitor.cpp.
| void Playa::ConvergenceMonitor::reset | ( | ) |
| void Playa::ConvergenceMonitor::write | ( | std::ostream & | os | ) | const |
Definition at line 63 of file PlayaConvergenceMonitor.cpp.
Array<int> Playa::ConvergenceMonitor::iters_ [mutable, private] |
Definition at line 71 of file PlayaConvergenceMonitor.hpp.
Referenced by addRecord(), and write().
Array<Array<double> > Playa::ConvergenceMonitor::records_ [mutable, private] |
Definition at line 72 of file PlayaConvergenceMonitor.hpp.
Referenced by addRecord(), and write().