NiHu
2.0
|
A break point consisting of a X and a Y value. More...
#include <interval.hpp>
Public Types | |
typedef break_point | type |
Self-returning. | |
typedef X | x |
the x data | |
typedef Y | y |
the y data | |
Static Public Member Functions | |
template<class scalar_t = double> | |
constexpr static scalar_t | x_value (void) |
Convert rational x value to scalar(double) More... | |
A break point consisting of a X and a Y value.
X | the x value type |
Y | the y value type |
A break point can represent a non-dimensionalized distance limit where the number of quadrature base points needed for the precise evalution of the integral changes. A list of break points make up the interval. The x value of the break point is non-dimensional distance limit, and the y value is the number of base points required.
Definition at line 57 of file interval.hpp.
|
inlinestaticconstexpr |
Convert rational x value to scalar(double)
scalar_t | The conversion type (double is default) |
Definition at line 72 of file interval.hpp.