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