QuantLib_CubicInterpolation (3) Linux Manual Page
QuantLib::CubicInterpolation – Cubic interpolation between discrete points. Synopsis #include <ql/math/interpolations/cubicinterpolation.hpp> Inherits QuantLib::Interpolation. Inherited by MonotonicNaturalCubicInterpolation, and NaturalCubicInterpolation. Public Types enum DerivativeApprox { Spline, FourthOrder, Parabolic, ModifiedParabolic, FritschButland, Akima, Kruger } enum BoundaryCondition { NotAKnot, FirstDerivative, SecondDerivative, Periodic, Lagrange } Public Member Functions template<class I1 , class I2 > CubicInterpolation (const I1 &xBegin, const I1 &xEnd,…
