QuantLib: a free/open-source library for quantitative finance
Fully annotated sources - version 1.32
Loading...
Searching...
No Matches
BilinearInterpolation Member List

This is the complete list of members for BilinearInterpolation, including all inherited members.

allowsExtrapolation() constExtrapolator
BilinearInterpolation(const I1 &xBegin, const I1 &xEnd, const I2 &yBegin, const I2 &yEnd, const M &zData)BilinearInterpolation
checkRange(Real x, Real y, bool extrapolate) constInterpolation2Dprotected
disableExtrapolation(bool b=true)Extrapolator
enableExtrapolation(bool b=true)Extrapolator
extrapolate_Extrapolatorprivate
Extrapolator()=defaultExtrapolator
first_argument_typeInterpolation2D
impl_Interpolation2Dprotected
Interpolation2D()=defaultInterpolation2D
isInRange(Real x, Real y) constInterpolation2D
locateX(Real x) constInterpolation2D
locateY(Real y) constInterpolation2D
operator()(Real x, Real y, bool allowExtrapolation=false) constInterpolation2D
result_typeInterpolation2D
second_argument_typeInterpolation2D
update()Interpolation2D
xMax() constInterpolation2D
xMin() constInterpolation2D
xValues() constInterpolation2D
yMax() constInterpolation2D
yMin() constInterpolation2D
yValues() constInterpolation2D
zData() constInterpolation2D
~Extrapolator()=defaultExtrapolatorvirtual