This is the complete list of members for ConvexMonotoneInterpolation< I1, I2 >, including all inherited members.
| allowsExtrapolation() const | Extrapolator | |
| checkRange(Real x, bool extrapolate) const | Interpolation | protected |
| ConvexMonotoneInterpolation(const I1 &xBegin, const I1 &xEnd, const I2 &yBegin, Real quadraticity, Real monotonicity, bool forcePositive, bool flatFinalPeriod=false, const helper_map &preExistingHelpers=helper_map()) | ConvexMonotoneInterpolation< I1, I2 > | |
| ConvexMonotoneInterpolation(Interpolation &interp) | ConvexMonotoneInterpolation< I1, I2 > | |
| derivative(Real x, bool allowExtrapolation=false) const | Interpolation | |
| disableExtrapolation(bool b=true) | Extrapolator | |
| empty() const | Interpolation | |
| enableExtrapolation(bool b=true) | Extrapolator | |
| extrapolate_ | Extrapolator | private |
| Extrapolator()=default | Extrapolator | |
| getExistingHelpers() | ConvexMonotoneInterpolation< I1, I2 > | |
| helper_map typedef | ConvexMonotoneInterpolation< I1, I2 > | private |
| impl_ | Interpolation | protected |
| Interpolation()=default | Interpolation | |
| isInRange(Real x) const | Interpolation | |
| operator()(Real x, bool allowExtrapolation=false) const | Interpolation | |
| primitive(Real x, bool allowExtrapolation=false) const | Interpolation | |
| secondDerivative(Real x, bool allowExtrapolation=false) const | Interpolation | |
| update() | Interpolation | |
| xMax() const | Interpolation | |
| xMin() const | Interpolation | |
| ~Extrapolator()=default | Extrapolator | virtual |
| ~Interpolation() override=default | Interpolation | |