|
limes 3.1.0
Composable Calculus Expressions for C++20
|
This is the complete list of members for limes::methods::adaptive< T >, including all inherited members.
| adaptive(T tol=T(1e-10), std::size_t max_sub=1000) noexcept | limes::methods::adaptive< T > | inline |
| max_subdivisions | limes::methods::adaptive< T > | |
| operator()(std::function< T(T)> const &f, T a, T b) const | limes::methods::adaptive< T > | inline |
| tolerance | limes::methods::adaptive< T > | |
| value_type typedef | limes::methods::adaptive< T > | |
| with_max_subdivisions(std::size_t max_sub) const noexcept | limes::methods::adaptive< T > | inline |
| with_tolerance(T tol) const noexcept | limes::methods::adaptive< T > | inline |