|
BubbleProfiler
0.3.0
by Peter Athron, Csaba Balazs, Michael Bardsley, Andrew Fowlie, Dylan Harries & Graham White
|
#include <root_finder.hpp>
Public Member Functions | |
| virtual | ~Root_finder ()=default |
| virtual const Vector & | get_solution () const =0 |
| template<class F > | |
| Root_finder_status | find_root (F &&function, const Vector &guess) |
Protected Member Functions | |
| virtual Root_finder_status | solve (const std::function< Vector(const Vector &)> &, const Vector &)=0 |
Definition at line 28 of file root_finder.hpp.
|
virtualdefault |
| Root_finder_status BubbleProfiler::Root_finder< Vector >::find_root | ( | F && | function, |
| const Vector & | guess | ||
| ) |
Run the root finding algorithm.
| F | Function data type |
| function | Function to find root of |
| initial_guess | Starting point for the algorithm |
Definition at line 51 of file root_finder.hpp.
|
pure virtual |
Implemented in BubbleProfiler::GSL_root_finder< N >.
|
protectedpure virtual |
1.8.11