QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <lagrangeinterpolation.hpp>
Public Member Functions | |
virtual | ~UpdatedYInterpolation ()=default |
virtual Real | value (const Array &yValues, Real x) const =0 |
Definition at line 37 of file lagrangeinterpolation.hpp.
|
virtualdefault |
Implemented in LagrangeInterpolationImpl< I1, I2 >.