NaturalCubicSpline Class Reference
#include <ql/math/interpolations/cubicspline.hpp>
Inheritance diagram for NaturalCubicSpline:

Detailed Description
Cubic spline with null second derivative at end points
Public Member Functions | |
template<class I1, class I2> | |
NaturalCubicSpline (const I1 &xBegin, const I1 &xEnd, const I2 &yBegin) |
Constructor & Destructor Documentation
NaturalCubicSpline | ( | const I1 & | xBegin, | |
const I1 & | xEnd, | |||
const I2 & | yBegin | |||
) |
- Precondition:
- the
values must be sorted.