QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <bicubicsplineinterpolation.hpp>
Public Member Functions | |
virtual | ~BicubicSplineDerivatives ()=default |
virtual Real | derivativeX (Real x, Real y) const =0 |
virtual Real | derivativeY (Real x, Real y) const =0 |
virtual Real | derivativeXY (Real x, Real y) const =0 |
virtual Real | secondDerivativeX (Real x, Real y) const =0 |
virtual Real | secondDerivativeY (Real x, Real y) const =0 |
Definition at line 35 of file bicubicsplineinterpolation.hpp.
|
virtualdefault |
Implemented in BicubicSplineImpl< I1, I2, M >.
Implemented in BicubicSplineImpl< I1, I2, M >.
Implemented in BicubicSplineImpl< I1, I2, M >.
Implemented in BicubicSplineImpl< I1, I2, M >.
Implemented in BicubicSplineImpl< I1, I2, M >.