|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
#include <backwardflatlinearinterpolation.hpp>
Collaboration diagram for BackwardflatLinear: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 |
Definition at line 91 of file backwardflatlinearinterpolation.hpp.
| Interpolation2D interpolate | ( | const I1 & | xBegin, |
| const I1 & | xEnd, | ||
| const I2 & | yBegin, | ||
| const I2 & | yEnd, | ||
| const M & | z | ||
| ) | const |
Definition at line 94 of file backwardflatlinearinterpolation.hpp.