|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
polynomial2D-spline-interpolation factory More...
#include <polynomial2Dspline.hpp>
Collaboration diagram for Polynomial: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 |
polynomial2D-spline-interpolation factory
Definition at line 95 of file polynomial2Dspline.hpp.
| Interpolation2D interpolate | ( | const I1 & | xBegin, |
| const I1 & | xEnd, | ||
| const I2 & | yBegin, | ||
| const I2 & | yEnd, | ||
| const M & | z | ||
| ) | const |
Definition at line 98 of file polynomial2Dspline.hpp.