BicubicSpline Class Reference
#include <ql/math/interpolations/bicubicsplineinterpolation.hpp>
Inheritance diagram for BicubicSpline:

Detailed Description
bicubic-spline interpolation between discrete points
- Todo:
- revise end conditions
Public Member Functions | |
template<class I1, class I2, class M> | |
BicubicSpline (const I1 &xBegin, const I1 &xEnd, const I2 &yBegin, const I2 &yEnd, const M &zData) |
Constructor & Destructor Documentation
BicubicSpline | ( | const I1 & | xBegin, | |
const I1 & | xEnd, | |||
const I2 & | yBegin, | |||
const I2 & | yEnd, | |||
const M & | zData | |||
) |
- Precondition:
- the
and
values must be sorted.