![]() QuantLib 0.3.3User manualIntroduction to QuantLibQuantLib componentsReference manual |
BilinearInterpolation Class Template Reference#include <bilinearinterpolation.hpp>
Inheritance diagram for BilinearInterpolation: ![]() Detailed Descriptiontemplate<class RandomAccessIteratorX, class RandomAccessIteratorY, class MatricialData>
bilinear interpolation between discrete points
|
Public Types | |
typedef double | result_type |
Public Member Functions | |
BilinearInterpolation (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![]() |