#include <bayeux/mygsl/one_dimensional_root_finding.h>
|
virtual void | action (int status_, size_t iter_, double a_, double b_, double c_)=0 |
|
void | operator() (int status_, size_t iter_, double a_, double b_, double c_) |
|
◆ action()
virtual void mygsl::one_dimensional_root_solver::at_step_action::action |
( |
int |
status_, |
|
|
size_t |
iter_, |
|
|
double |
a_, |
|
|
double |
b_, |
|
|
double |
c_ |
|
) |
| |
|
pure virtual |
◆ operator()()
void mygsl::one_dimensional_root_solver::at_step_action::operator() |
( |
int |
status_, |
|
|
size_t |
iter_, |
|
|
double |
a_, |
|
|
double |
b_, |
|
|
double |
c_ |
|
) |
| |
The documentation for this class was generated from the following file: