Interpolation2D::templateImpl Class Template Reference#include <ql/Math/interpolation2D.hpp>
Inheritance diagram for Interpolation2D::templateImpl:
[legend]List of all members.
Detailed Description
template<class I1, class I2, class M>
class QuantLib::Interpolation2D::templateImpl< I1, I2, M >
basic template implementation
|
Public Member Functions |
| templateImpl (const I1 &xBegin, const I1 &xEnd, const I2 &yBegin, const I2 &yEnd, const M &zData) |
double | xMin () const |
double | xMax () const |
double | yMin () const |
double | yMax () const |
bool | isInRange (double x, double y) const |
Protected Member Functions |
Size | locateX (double x) const |
Size | locateY (double y) const |
Protected Attributes |
I1 | xBegin_ |
I1 | xEnd_ |
I2 | yBegin_ |
I2 | yEnd_ |
const M & | zData_ |
|