#include <FixedData.hpp>
|
| FixedData ()=default |
|
| FixedData (T x_min_, T dx_, int n_) |
|
| FixedData (T x_min_, T dx_, int n_, std::function< T(T, T, int)> F_) |
|
T | operator[] (int i) const |
|
T | operator() (int i) const |
| < Can extrapolate (go out of bounds). More...
|
|
constexpr FixedDataIter< T, extrapolation > | begin () noexcept |
|
constexpr FixedDataIter< T, extrapolation > | end () noexcept |
|
constexpr const FixedDataIter< T, extrapolation > | cbegin () const noexcept |
|
constexpr const FixedDataIter< T, extrapolation > | cend () const noexcept |
|
T | back () const |
|
T | front () const |
|
T | dstep () const noexcept |
|
T | prev (T x_current) noexcept |
|
T | next (T x_current) noexcept |
|
constexpr void | reserve (int n_) noexcept |
|
constexpr void | clear () noexcept |
|
constexpr auto | size () const noexcept |
|
◆ FixedData() [1/3]
template<typename T , bool extrapolation>
◆ FixedData() [2/3]
template<typename T , bool extrapolation>
◆ FixedData() [3/3]
template<typename T , bool extrapolation>
slide::FixedData< T, extrapolation >::FixedData |
( |
T |
x_min_, |
|
|
T |
dx_, |
|
|
int |
n_, |
|
|
std::function< T(T, T, int)> |
F_ |
|
) |
| |
|
inline |
◆ back()
template<typename T , bool extrapolation>
◆ begin()
template<typename T , bool extrapolation>
◆ cbegin()
template<typename T , bool extrapolation>
◆ cend()
template<typename T , bool extrapolation>
◆ clear()
template<typename T , bool extrapolation>
◆ dstep()
template<typename T , bool extrapolation>
◆ end()
template<typename T , bool extrapolation>
◆ front()
template<typename T , bool extrapolation>
◆ next()
template<typename T , bool extrapolation>
< Gets next point compared to the current point x_current
◆ operator()()
template<typename T , bool extrapolation>
< Can extrapolate (go out of bounds).
◆ operator[]()
template<typename T , bool extrapolation>
< Extrapolation will be deprecated.
◆ prev()
template<typename T , bool extrapolation>
< Gets previous point compared to the current point x_current
◆ reserve()
template<typename T , bool extrapolation>
◆ size()
template<typename T , bool extrapolation>
The documentation for this class was generated from the following file: