|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|
You can create callbacks as a subclass of this class. More...
#include <multilarge_nlinear.hpp>

Public Member Functions | |
| virtual void | function (size_t const iter, workspace const &w)=0 |
| This is the callback function. More... | |
You can create callbacks as a subclass of this class.
For example.
Note that it is not strictly necessary to create a subclass: the code only checks for implementation of function().
Definition at line 394 of file multilarge_nlinear.hpp.
|
pure virtual |
This is the callback function.
| iter | The number of the current iteration. |
| w | A gsl::multilarge::nlinear::workspace |