![]() QuantLib 0.3.3User manualIntroduction to QuantLibQuantLib componentsReference manual |
BicubicSplineInterpolation Class Template Reference#include <bicubicsplineinterpolation.hpp>
Inheritance diagram for BicubicSplineInterpolation: ![]() Detailed Descriptiontemplate<class RandomAccessIteratorX, class RandomAccessIteratorY, class MatricialData>
bicubic spline interpolation between discrete points
|
||||||||||||||||||||||||||||||||||||
Public Types | |
| typedef double | result_type |
Public Member Functions | |
| BicubicSplineInterpolation (const RandomAccessIteratorX &xBegin, const RandomAccessIteratorX &xEnd, const RandomAccessIteratorY &yBegin, const RandomAccessIteratorY &yEnd, const MatricialData &data) | |
| result_type | operator() (const first_argument_type &x, const second_argument_type &y, bool allowExtrapolation=false) const |
Public Attributes | |
|
typedef< RandomAccessIteratorX >::value_type | first_argument_type |
|
typedef< RandomAccessIteratorY >::value_type | second_argument_type |
|
||||||||||||||||
|
This operator must be overridden to provide an implementation of the actual interpolation.
Implements Interpolation2D. |
QuantLib.org
|
Hosted by |
Documentation generated by
|