![]() QuantLib 0.3.3User manualIntroduction to QuantLibQuantLib componentsReference manual |
CubicSpline Class Template Reference#include <cubicspline.hpp>
Inheritance diagram for CubicSpline: ![]() Detailed Descriptiontemplate<class RandomAccessIterator1, class RandomAccessIterator2>
cubic spline interpolation between discrete points
|
Public Member Functions | |
CubicSpline (const RandomAccessIterator1 &xBegin, const RandomAccessIterator1 &xEnd, const RandomAccessIterator2 &yBegin) | |
result_type | operator() (const argument_type &x, bool allowExtrapolation=false) const |
result_type | derivative (const argument_type &x, bool allowExtrapolation=false) const |
result_type | secondDerivative (const argument_type &x, bool allowExtrapolation=false) const |
Public Attributes | |
typedef< RandomAccessIterator1 >::value_type | argument_type |
typedef< RandomAccessIterator2 >::value_type | result_type |
|
This operator must be overridden to provide an implementation of the actual interpolation.
Implements Interpolation. |
QuantLib.org![]() |
Hosted by![]() |
Documentation generated by![]() |