|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
#include <loginterpolation.hpp>
Inheritance diagram for KrugerLogMixedLinearCubic:
Collaboration diagram for KrugerLogMixedLinearCubic:Public Member Functions | |
| KrugerLogMixedLinearCubic (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 |
Definition at line 327 of file loginterpolation.hpp.
|
explicit |
Definition at line 329 of file loginterpolation.hpp.