|
| Bisection (const vec &argeps, const vec &funceps, int niterations) |
|
template<class Func > |
vec | operator() (const vec &lbound, const vec &ubound, Func func) const |
|
void | argument_precision (const vec &eps) |
|
void | function_precision (const vec &eps) |
|
int | max_iterations () const noexcept |
|
void | max_iterations (int n) |
|
template<class T, int N>
class vtb::core::Bisection< T, N >
Definition at line 144 of file bisection.hh.