|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
This is the complete list of members for KernelInterpolation2D, including all inherited members.
| allowsExtrapolation() const | Extrapolator | |
| checkRange(Real x, Real y, bool extrapolate) const | Interpolation2D | protected |
| disableExtrapolation(bool b=true) | Extrapolator | |
| enableExtrapolation(bool b=true) | Extrapolator | |
| extrapolate_ | Extrapolator | private |
| Extrapolator()=default | Extrapolator | |
| impl_ | Interpolation2D | protected |
| Interpolation2D()=default | Interpolation2D | |
| isInRange(Real x, Real y) const | Interpolation2D | |
| KernelInterpolation2D(const I1 &xBegin, const I1 &xEnd, const I2 &yBegin, const I2 &yEnd, const M &zData, const Kernel &kernel) | KernelInterpolation2D | |
| locateX(Real x) const | Interpolation2D | |
| locateY(Real y) const | Interpolation2D | |
| operator()(Real x, Real y, bool allowExtrapolation=false) const | Interpolation2D | |
| update() | Interpolation2D | |
| xMax() const | Interpolation2D | |
| xMin() const | Interpolation2D | |
| xValues() const | Interpolation2D | |
| yMax() const | Interpolation2D | |
| yMin() const | Interpolation2D | |
| yValues() const | Interpolation2D | |
| zData() const | Interpolation2D | |
| ~Extrapolator()=default | Extrapolator | virtual |