QuantLib: a free/open-source library for quantitative finance
Fully annotated sources - version 1.32
Loading...
Searching...
No Matches
Public Member Functions | List of all members
MonotonicLogMixedLinearCubic Class Reference

#include <ql/math/interpolations/loginterpolation.hpp>

+ Inheritance diagram for MonotonicLogMixedLinearCubic:
+ Collaboration diagram for MonotonicLogMixedLinearCubic:

Public Member Functions

 MonotonicLogMixedLinearCubic (const Size n, MixedInterpolation::Behavior behavior=MixedInterpolation::ShareRanges)
 
- Public Member Functions inherited from LogMixedLinearCubic
 LogMixedLinearCubic (const Size n, MixedInterpolation::Behavior behavior, CubicInterpolation::DerivativeApprox da, bool monotonic=true, CubicInterpolation::BoundaryCondition leftCondition=CubicInterpolation::SecondDerivative, Real leftConditionValue=0.0, CubicInterpolation::BoundaryCondition rightCondition=CubicInterpolation::SecondDerivative, Real rightConditionValue=0.0)
 
template<class I1 , class I2 >
Interpolation interpolate (const I1 &xBegin, const I1 &xEnd, const I2 &yBegin) const
 

Additional Inherited Members

- Static Public Attributes inherited from LogMixedLinearCubic
static const bool global = true
 
static const Size requiredPoints = 3
 

Detailed Description

Definition at line 316 of file loginterpolation.hpp.

Constructor & Destructor Documentation

◆ MonotonicLogMixedLinearCubic()

Definition at line 318 of file loginterpolation.hpp.