QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Forward-flat interpolation factory and traits. More...
#include <forwardflatinterpolation.hpp>
Public Member Functions | |
template<class I1 , class I2 > | |
Interpolation | interpolate (const I1 &xBegin, const I1 &xEnd, const I2 &yBegin) const |
Static Public Attributes | |
static const bool | global = false |
static const Size | requiredPoints = 2 |
Forward-flat interpolation factory and traits.
Definition at line 56 of file forwardflatinterpolation.hpp.
Interpolation interpolate | ( | const I1 & | xBegin, |
const I1 & | xEnd, | ||
const I2 & | yBegin | ||
) | const |
Definition at line 59 of file forwardflatinterpolation.hpp.
|
static |
Definition at line 63 of file forwardflatinterpolation.hpp.
|
static |
Definition at line 64 of file forwardflatinterpolation.hpp.