QuantLib_BilinearInterpolation (3) - Linux Manuals

QuantLib_BilinearInterpolation: bilinear interpolation between discrete points

NAME

QuantLib::BilinearInterpolation - bilinear interpolation between discrete points

SYNOPSIS


#include <ql/math/interpolations/bilinearinterpolation.hpp>

Inherits QuantLib::Interpolation2D.

Public Member Functions


template<class I1 , class I2 , class M > BilinearInterpolation (const I1 &xBegin, const I1 &xEnd, const I2 &yBegin, const I2 &yEnd, const M &zData)

Detailed Description

bilinear interpolation between discrete points

Constructor & Destructor Documentation

BilinearInterpolation (const I1 & xBegin, const I1 & xEnd, const I2 & yBegin, const I2 & yEnd, const M & zData)

Precondition:

the $ x $ and $ y $ values must be sorted.

Author

Generated automatically by Doxygen for QuantLib from the source code.