|
QuantLib: a free/open-source library for quantitative finance
Reference manual - version 1.40
|
basic template implementation More...
#include <ql/math/interpolations/interpolation2d.hpp>
Public Member Functions | |
| templateImpl (const I1 &xBegin, const I1 &xEnd, const I2 &yBegin, const I2 &yEnd, const M &zData) | |
| Real | xMin () const override |
| Real | xMax () const override |
| std::vector< Real > | xValues () const override |
| Real | yMin () const override |
| Real | yMax () const override |
| std::vector< Real > | yValues () const override |
| const Matrix & | zData () const override |
| bool | isInRange (Real x, Real y) const override |
| Public Member Functions inherited from Interpolation2D::Impl | |
| virtual void | calculate ()=0 |
| virtual Real | value (Real x, Real y) const =0 |
Protected Member Functions | |
| Size | locateX (Real x) const override |
| Size | locateY (Real y) const override |
Protected Attributes | |
| I1 | xBegin_ |
| I1 | xEnd_ |
| I2 | yBegin_ |
| I2 | yEnd_ |
| const M & | zData_ |
basic template implementation
|
overridevirtual |
Implements Interpolation2D::Impl.
|
overridevirtual |
Implements Interpolation2D::Impl.
|
overridevirtual |
Implements Interpolation2D::Impl.
|
overridevirtual |
Implements Interpolation2D::Impl.
|
overridevirtual |
Implements Interpolation2D::Impl.
|
overridevirtual |
Implements Interpolation2D::Impl.
|
overridevirtual |
Implements Interpolation2D::Impl.
Implements Interpolation2D::Impl.
Implements Interpolation2D::Impl.
Implements Interpolation2D::Impl.