#include <interpolant.hh>
Enumerates possible kinds of extrapolation.
Definition at line 40 of file interpolant.hh.
◆ Type
Enumerator |
---|
constant | means that the values at the boundary points will be used outside the interval_miss_a
|
linear | means that the linear approximation on the first and last subintervals will be used outside the interval
|
functor | means that the original functor will be called outside interpolation interval
|
Definition at line 42 of file interpolant.hh.
The documentation for this struct was generated from the following file: