|
limes 3.1.0
Composable Calculus Expressions for C++20
|
#include <quadrature.hpp>
Public Types | |
| using | value_type = T |
Public Member Functions | |
| constexpr T | abscissa (std::size_t level, std::size_t index) const noexcept |
| constexpr T | weight (std::size_t level, std::size_t index) const noexcept |
Static Public Attributes | |
| static constexpr std::size_t | max_level = 10 |
Definition at line 222 of file quadrature.hpp.
| using limes::algorithms::quadrature::tanh_sinh_nodes< T >::value_type = T |
Definition at line 224 of file quadrature.hpp.
|
inlineconstexprnoexcept |
Definition at line 228 of file quadrature.hpp.
|
inlineconstexprnoexcept |
Definition at line 233 of file quadrature.hpp.
|
staticconstexpr |
Definition at line 226 of file quadrature.hpp.