Rational |
The RationalCubicSpline type exposes the following members.
| Name | Description | |
|---|---|---|
| a | Stores the spline coefficients of the first basis component. | |
| b | Stores the spline coefficients of the second basis component. | |
| boundary | Stores the boundary condition mode used for interpolation. | |
| c | Stores the spline coefficients of the third basis component. | |
| d | Stores the spline coefficients of the fourth basis component. | |
| dx | Stores the segment widths of the abscissa values. | |
| dy | Stores the segment differences of the ordinate values. | |
| p | Stores the spline parameter and auxiliary boundary values. | |
| r1 | Stores the spline parameter and auxiliary boundary values. | |
| r2 | Stores the spline parameter and auxiliary boundary values. | |
| x | Reference to the vector of the independent variable. (Inherited from CurveBase) | |
| y | Reference to the vector of the dependent variable. (Inherited from CurveBase) |