Interpolation::templateImpl Class Template Reference#include <ql/Math/interpolation.hpp>
Inheritance diagram for Interpolation::templateImpl:
[legend]List of all members.
Detailed Description
template<class I1, class I2>
class QuantLib::Interpolation::templateImpl< I1, I2 >
basic template implementation
|
Public Member Functions |
| templateImpl (const I1 &xBegin, const I1 &xEnd, const I2 &yBegin) |
Real | xMin () const |
Real | xMax () const |
bool | isInRange (Real x) const |
Protected Member Functions |
Size | locate (Real x) const |
Protected Attributes |
I1 | xBegin_ |
I1 | xEnd_ |
I2 | yBegin_ |
|