Public Member Functions | |
ConstantInterpolationImpl (const Real &y) | |
void | update () override |
Real | xMin () const override |
Real | xMax () const override |
std::vector< Real > | xValues () const override |
std::vector< Real > | yValues () const override |
bool | isInRange (Real) const override |
Real | value (Real) const override |
Real | primitive (Real x) const override |
Real | derivative (Real) const override |
Real | secondDerivative (Real) const override |
Public Attributes | |
const Real & | y_ |
Definition at line 42 of file constantinterpolation.hpp.
ConstantInterpolationImpl | ( | const Real & | y | ) |
Definition at line 43 of file constantinterpolation.hpp.
|
override |
Definition at line 44 of file constantinterpolation.hpp.
|
override |
Definition at line 45 of file constantinterpolation.hpp.
|
override |
Definition at line 46 of file constantinterpolation.hpp.
|
override |
Definition at line 47 of file constantinterpolation.hpp.
|
override |
Definition at line 48 of file constantinterpolation.hpp.
|
override |
Definition at line 49 of file constantinterpolation.hpp.
|
override |
Definition at line 50 of file constantinterpolation.hpp.
|
override |
Definition at line 51 of file constantinterpolation.hpp.
|
override |
Definition at line 52 of file constantinterpolation.hpp.
|
override |
Definition at line 53 of file constantinterpolation.hpp.
const Real& y_ |
Definition at line 55 of file constantinterpolation.hpp.