#include <ql/math/interpolations/lagrangeinterpolation.hpp>
|
template<class I1 , class I2 > |
| LagrangeInterpolation (const I1 &xBegin, const I1 &xEnd, const I2 &yBegin) |
|
Real | value (const Array &y, Real x) const |
|
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 () |
|
|
typedef Real | argument_type |
|
typedef Real | result_type |
|
void | checkRange (Real x, bool extrapolate) const |
|
ext::shared_ptr< Impl > | impl_ |
|
- Warning:
- See the Interpolation class for information about the required lifetime of the underlying data.