|
limes 3.1.0
Composable Calculus Expressions for C++20
|
N-point Gauss-Legendre quadrature, achieving degree 2N-1 polynomial exactness. More...
#include <methods.hpp>
Public Types | |
| using | value_type = T |
Public Member Functions | |
| constexpr | gauss_legendre () noexcept=default |
| algorithms::integration_result< T > | operator() (std::function< T(T)> const &f, T a, T b) const |
Static Public Attributes | |
| static constexpr std::size_t | order = N |
N-point Gauss-Legendre quadrature, achieving degree 2N-1 polynomial exactness.
Definition at line 40 of file methods.hpp.
| using limes::methods::gauss_legendre< N, T >::value_type = T |
Definition at line 42 of file methods.hpp.
|
constexprdefaultnoexcept |
|
inline |
Definition at line 47 of file methods.hpp.
|
staticconstexpr |
Definition at line 41 of file methods.hpp.