limes 3.1.0
Composable Calculus Expressions for C++20
Loading...
Searching...
No Matches
limes::algorithms::quadrature::tanh_sinh_nodes< T > Class Template Reference

#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
 

Detailed Description

template<concepts::Field T>
class limes::algorithms::quadrature::tanh_sinh_nodes< T >

Definition at line 222 of file quadrature.hpp.

Member Typedef Documentation

◆ value_type

template<concepts::Field T>
using limes::algorithms::quadrature::tanh_sinh_nodes< T >::value_type = T

Definition at line 224 of file quadrature.hpp.

Member Function Documentation

◆ abscissa()

template<concepts::Field T>
constexpr T limes::algorithms::quadrature::tanh_sinh_nodes< T >::abscissa ( std::size_t  level,
std::size_t  index 
) const
inlineconstexprnoexcept

Definition at line 228 of file quadrature.hpp.

◆ weight()

template<concepts::Field T>
constexpr T limes::algorithms::quadrature::tanh_sinh_nodes< T >::weight ( std::size_t  level,
std::size_t  index 
) const
inlineconstexprnoexcept

Definition at line 233 of file quadrature.hpp.

Member Data Documentation

◆ max_level

template<concepts::Field T>
constexpr std::size_t limes::algorithms::quadrature::tanh_sinh_nodes< T >::max_level = 10
staticconstexpr

Definition at line 226 of file quadrature.hpp.


The documentation for this class was generated from the following file: