|
limes 3.1.0
Composable Calculus Expressions for C++20
|
#include <quadrature.hpp>
Inheritance diagram for limes::algorithms::quadrature::clenshaw_curtis< T, N >:
Collaboration diagram for limes::algorithms::quadrature::clenshaw_curtis< T, N >:Public Member Functions | |
| constexpr | clenshaw_curtis () noexcept |
Public Member Functions inherited from limes::algorithms::quadrature::quadrature_rule< T, N > | |
| constexpr T | weight (size_type i) const noexcept |
| constexpr T | abscissa (size_type i) const noexcept |
Additional Inherited Members | |
Public Types inherited from limes::algorithms::quadrature::quadrature_rule< T, N > | |
| using | value_type = T |
| using | size_type = std::size_t |
Static Public Member Functions inherited from limes::algorithms::quadrature::quadrature_rule< T, N > | |
| static constexpr size_type | size () noexcept |
Public Attributes inherited from limes::algorithms::quadrature::quadrature_rule< T, N > | |
| std::array< T, N > | weights |
| std::array< T, N > | abscissas |
Definition at line 156 of file quadrature.hpp.
|
inlineconstexprnoexcept |
Definition at line 157 of file quadrature.hpp.