#include <qle/math/logquadraticinterpolation.hpp>
Inheritance diagram for LogInterpolationImpl< I1, I2, Interpolator >:
Collaboration diagram for LogInterpolationImpl< I1, I2, Interpolator >:Public Member Functions | |
| LogInterpolationImpl (const I1 &xBegin, const I1 &xEnd, const I2 &yBegin, const Interpolator &factory=Interpolator()) | |
| QuantLib::ext::shared_ptr< Interpolation > | interpolation () const |
| void | update () override |
| Real | value (Real x) const override |
| Real | primitive (Real) const override |
| Real | derivative (Real x) const override |
| Real | secondDerivative (Real x) const override |
Private Attributes | |
| std::vector< Real > | logY_ |
| QuantLib::ext::shared_ptr< Interpolation > | interpolation_ |
| Real | multiplier_ |
| Real | offset_ |
Definition at line 103 of file logquadraticinterpolation.hpp.
| LogInterpolationImpl | ( | const I1 & | xBegin, |
| const I1 & | xEnd, | ||
| const I2 & | yBegin, | ||
| const Interpolator & | factory = Interpolator() |
||
| ) |
Definition at line 106 of file logquadraticinterpolation.hpp.
| QuantLib::ext::shared_ptr< Interpolation > interpolation | ( | ) | const |
Definition at line 116 of file logquadraticinterpolation.hpp.
|
override |
Definition at line 119 of file logquadraticinterpolation.hpp.
|
override |
Definition at line 128 of file logquadraticinterpolation.hpp.
Here is the caller graph for this function:
|
override |
Definition at line 131 of file logquadraticinterpolation.hpp.
|
override |
Definition at line 134 of file logquadraticinterpolation.hpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
override |
Definition at line 137 of file logquadraticinterpolation.hpp.
Here is the call graph for this function:
|
private |
Definition at line 142 of file logquadraticinterpolation.hpp.
|
private |
Definition at line 143 of file logquadraticinterpolation.hpp.
|
private |
Definition at line 144 of file logquadraticinterpolation.hpp.
|
private |
Definition at line 145 of file logquadraticinterpolation.hpp.