QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
log-linear interpolation factory and traits More...
#include <loginterpolation.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 |
log-linear interpolation factory and traits
Definition at line 60 of file loginterpolation.hpp.
Interpolation interpolate | ( | const I1 & | xBegin, |
const I1 & | xEnd, | ||
const I2 & | yBegin | ||
) | const |
Definition at line 63 of file loginterpolation.hpp.
|
static |
Definition at line 67 of file loginterpolation.hpp.
|
static |
Definition at line 68 of file loginterpolation.hpp.