Click or drag to resize

RationalInterpolation Fields

The RationalInterpolation type exposes the following members.

Fields
 NameDescription
Protected fieldepsilon Stores the comparison tolerance used by the algorithm.
Protected fieldm Stores the interpolation order assigned to each support point.
Protected fieldnum Stores the numerator degree used by the interpolation.
Protected fieldxReference to the vector of the independent variable.
(Inherited from CurveBase)
Protected fieldxr Stores the transformed abscissa values used by the rational interpolation algorithm.
Protected fieldyReference to the vector of the dependent variable.
(Inherited from CurveBase)
Protected fieldyr Stores the transformed ordinate values used by the rational interpolation algorithm.
Top
See Also