Click or drag to resize

RationalCubicSpline Fields

The RationalCubicSpline type exposes the following members.

Fields
 NameDescription
Protected fielda Stores the spline coefficients of the first basis component.
Protected fieldb Stores the spline coefficients of the second basis component.
Protected fieldboundary Stores the boundary condition mode used for interpolation.
Protected fieldc Stores the spline coefficients of the third basis component.
Protected fieldd Stores the spline coefficients of the fourth basis component.
Protected fielddx Stores the segment widths of the abscissa values.
Protected fielddy Stores the segment differences of the ordinate values.
Protected fieldp Stores the spline parameter and auxiliary boundary values.
Protected fieldr1 Stores the spline parameter and auxiliary boundary values.
Protected fieldr2 Stores the spline parameter and auxiliary boundary values.
Protected fieldxReference to the vector of the independent variable.
(Inherited from CurveBase)
Protected fieldyReference to the vector of the dependent variable.
(Inherited from CurveBase)
Top
See Also