|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
bilinear-interpolation factory More...
#include <bilinearinterpolation.hpp>
Collaboration diagram for Bilinear:Public Member Functions | |
| template<class I1 , class I2 , class M > | |
| Interpolation2D | interpolate (const I1 &xBegin, const I1 &xEnd, const I2 &yBegin, const I2 &yEnd, const M &z) const |
bilinear-interpolation factory
Definition at line 87 of file bilinearinterpolation.hpp.
| Interpolation2D interpolate | ( | const I1 & | xBegin, |
| const I1 & | xEnd, | ||
| const I2 & | yBegin, | ||
| const I2 & | yEnd, | ||
| const M & | z | ||
| ) | const |
Definition at line 90 of file bilinearinterpolation.hpp.