QuantLib 0.3.7
Getting started
Reference manual
|
Cubic Class Reference#include <ql/Math/interpolationtraits.hpp>
List of all members.
Detailed Description
Cubic-spline interpolation traits.
|
Static Public Member Functions |
template<class I1, class I2> Interpolation | make_interpolation (const I1 &xBegin, const I1 &xEnd, const I2 &yBegin) |
template<class I1, class I2, class M> Interpolation2D | make_interpolation (const I1 &xBegin, const I1 &xEnd, const I2 &yBegin, const I2 &yEnd, const M &z) |
|