QuantLib_Interpolation2D_templateImpl (3) Linux Manual Page
QuantLib::Interpolation2D::templateImpl – basic template implementation
Synopsis
#include <ql/math/interpolations/interpolation2d.hpp>Inherits QuantLib::Interpolation2D::Impl.
Public Member Functions
templateImpl (const I1 &xBegin, const I1 &xEnd, const I2 &yBegin, const I2 &yEnd, const M &zData)Real xMin () const
Real xMax () const
std::vector< Real > xValues () const
Real yMin () const
Real yMax () const
std::vector< Real > yValues () const
const Matrix & zData () const
bool isInRange (Real x, Real y) const
Protected Member Functions
Size locateX (Real x) constSize locateY (Real y) const
Protected Attributes
I1 xBegin_I1 xEnd_
I2 yBegin_
I2 yEnd_
const M & zData_
