#include <moSolContinue.h>
Inheritance diagram for moSolContinue< EOT >:

Public Member Functions | |
| virtual void | init ()=0 |
| Procedure which initialises all that the stop criterion needs. | |
It allows to add an initialisation procedure to an object that is a unary function (eoUF).
Definition at line 22 of file moSolContinue.h.
| virtual void moSolContinue< EOT >::init | ( | ) | [pure virtual] |
Procedure which initialises all that the stop criterion needs.
Generally, it allocates some data structures or initialises some counters.
Implemented in moGenSolContinue< EOT >.
1.5.1