Click or drag to resize

ExponentialSpline Fields

The ExponentialSpline type exposes the following members.

Fields
 NameDescription
Protected fieldboundary Stores the boundary condition mode used for interpolation.
Protected fieldr1 Stores the spline smoothing parameter and auxiliary boundary values.
Protected fieldr2 Stores the spline smoothing parameter and auxiliary boundary values.
Protected fieldsigma Stores the spline smoothing parameter and auxiliary boundary values.
Protected fieldtmp Stores temporary working values used during interpolation.
Protected fieldxReference to the vector of the independent variable.
(Inherited from CurveBase)
Protected fieldyReference to the vector of the dependent variable.
(Inherited from CurveBase)
Protected fieldy1 Stores the first derivative values of the spline.
Top
See Also