locate (3) Linux Manual Page
QuantLib::Interpolation::templateImpl – basic template implementation
Synopsis
#include <ql/math/interpolation.hpp>Inherits QuantLib::Interpolation::Impl.
Public Member Functions
templateImpl (const I1 &xBegin, const I1 &xEnd, const I2 &yBegin)Real xMin () const
Real xMax () const
std::vector< Real > xValues () const
std::vector< Real > yValues () const
bool isInRange (Real x) const
Protected Member Functions
Size locate (Real x) constProtected Attributes
I1 xBegin_I1 xEnd_
I2 yBegin_
