|
limes 3.1.0
Composable Calculus Expressions for C++20
|
#include <integrators.hpp>
Public Types | |
| using | value_type = T |
| using | result_type = integration_result< T > |
| using | rule_type = Rule |
| using | accumulator_type = Acc |
Public Member Functions | |
| constexpr | quadrature_integrator () noexcept=default |
| constexpr | quadrature_integrator (Rule rule, Acc acc={}) noexcept |
| template<concepts::UnivariateFunction< T > F> | |
| constexpr result_type | operator() (F &&f, T a, T b) const |
| template<concepts::UnivariateFunction< T > F> | |
| constexpr result_type | operator() (F &&f, T a, T b, T tol) const |
Definition at line 19 of file integrators.hpp.
| using limes::algorithms::quadrature_integrator< T, Rule, Acc >::accumulator_type = Acc |
Definition at line 24 of file integrators.hpp.
| using limes::algorithms::quadrature_integrator< T, Rule, Acc >::result_type = integration_result<T> |
Definition at line 22 of file integrators.hpp.
| using limes::algorithms::quadrature_integrator< T, Rule, Acc >::rule_type = Rule |
Definition at line 23 of file integrators.hpp.
| using limes::algorithms::quadrature_integrator< T, Rule, Acc >::value_type = T |
Definition at line 21 of file integrators.hpp.
|
constexprdefaultnoexcept |
|
inlineexplicitconstexprnoexcept |
Definition at line 28 of file integrators.hpp.
|
inlineconstexpr |
Definition at line 32 of file integrators.hpp.
|
inlineconstexpr |
Definition at line 37 of file integrators.hpp.