QuantLib_ConvexMonotoneInterpolation (3) Linux Manual Page
QuantLib::ConvexMonotoneInterpolation – Convex monotone yield-curve interpolation method. Synopsis#include <ql/math/interpolations/convexmonotoneinterpolation.hpp> Inherits QuantLib::Interpolation. Public Member FunctionsConvexMonotoneInterpolation (const I1 &xBegin, const I1 &xEnd, const I2 &yBegin, Real quadraticity, Real monotonicity, bool forcePositive, bool flatFinalPeriod=false, const helper_map &preExistingHelpers=helper_map()) ConvexMonotoneInterpolation (Interpolation &interp) std::map< Real, boost::shared_ptr< detail::SectionHelper > > getExistingHelpers () Detailed Descriptiontemplate<class I1, class I2> class QuantLib::ConvexMonotoneInterpolation< I1, I2 >Convex…
