BilinearInterpolation Class Reference#include <ql/Math/bilinearinterpolation.hpp>
Inheritance diagram for BilinearInterpolation:
[legend]List of all members.
Detailed Description
bilinear interpolation between discrete points
|
Public Member Functions |
template<class I1, class I2, class M> | BilinearInterpolation (const I1 &xBegin, const I1 &xEnd, const I2 &yBegin, const I2 &yEnd, const M &zData) |
Constructor & Destructor Documentation
BilinearInterpolation |
( |
const I1 & |
xBegin, |
|
|
const I1 & |
xEnd, |
|
|
const I2 & |
yBegin, |
|
|
const I2 & |
yEnd, |
|
|
const M & |
zData |
|
) |
|
|
|
- Precondition:
- the
and values must be sorted.
|
|