log-cubic interpolation between discrete points More...
#include <ql/math/interpolations/loginterpolation.hpp>
Public Member Functions | |
template<class I1 , class I2 > | |
LogCubicInterpolation (const I1 &xBegin, const I1 &xEnd, const I2 &yBegin, CubicInterpolation::DerivativeApprox da, bool monotonic, CubicInterpolation::BoundaryCondition leftC, Real leftConditionValue, CubicInterpolation::BoundaryCondition rightC, Real rightConditionValue) | |
![]() | |
bool | empty () const |
Real | operator() (Real x, bool allowExtrapolation=false) const |
Real | primitive (Real x, bool allowExtrapolation=false) const |
Real | derivative (Real x, bool allowExtrapolation=false) const |
Real | secondDerivative (Real x, bool allowExtrapolation=false) const |
Real | xMin () const |
Real | xMax () const |
bool | isInRange (Real x) const |
void | update () |
![]() | |
void | enableExtrapolation (bool b=true) |
enable extrapolation in subsequent calls | |
void | disableExtrapolation (bool b=true) |
disable extrapolation in subsequent calls | |
bool | allowsExtrapolation () const |
tells whether extrapolation is enabled | |
Additional Inherited Members | |
![]() | |
typedef Real | argument_type |
typedef Real | result_type |
![]() | |
void | checkRange (Real x, bool extrapolate) const |
![]() | |
ext::shared_ptr< Impl > | impl_ |
log-cubic interpolation between discrete points
LogCubicInterpolation | ( | const I1 & | xBegin, |
const I1 & | xEnd, | ||
const I2 & | yBegin, | ||
CubicInterpolation::DerivativeApprox | da, | ||
bool | monotonic, | ||
CubicInterpolation::BoundaryCondition | leftC, | ||
Real | leftConditionValue, | ||
CubicInterpolation::BoundaryCondition | rightC, | ||
Real | rightConditionValue | ||
) |