Rational |
The RationalInterpolation type exposes the following members.
| Name | Description | |
|---|---|---|
| epsilon | Stores the comparison tolerance used by the algorithm. | |
| m | Stores the interpolation order assigned to each support point. | |
| num | Stores the numerator degree used by the interpolation. | |
| x | Reference to the vector of the independent variable. (Inherited from CurveBase) | |
| xr | Stores the transformed abscissa values used by the rational interpolation algorithm. | |
| y | Reference to the vector of the dependent variable. (Inherited from CurveBase) | |
| yr | Stores the transformed ordinate values used by the rational interpolation algorithm. |