log-quadratic interpolation between discrete points More...
#include <qle/math/logquadraticinterpolation.hpp>
Public Member Functions | |
template<class I1 , class I2 > | |
LogQuadraticInterpolation (const I1 &xBegin, const I1 &xEnd, const I2 &yBegin, Real x_mul=1, Real x_offset=0, Real y_mul=1, Real y_offset=0, Size skip=0) | |
template<class I1 , class I2 > | |
std::vector< Real > | lambdas () const |
log-quadratic interpolation between discrete points
Definition at line 40 of file logquadraticinterpolation.hpp.
LogQuadraticInterpolation | ( | const I1 & | xBegin, |
const I1 & | xEnd, | ||
const I2 & | yBegin, | ||
Real | x_mul = 1 , |
||
Real | x_offset = 0 , |
||
Real | y_mul = 1 , |
||
Real | y_offset = 0 , |
||
Size | skip = 0 |
||
) |
Definition at line 44 of file logquadraticinterpolation.hpp.
std::vector< Real > lambdas | ( | ) | const |
Definition at line 56 of file logquadraticinterpolation.hpp.