Exponential |
The ExponentialSpline type exposes the following members.
| Name | Description | |
|---|---|---|
| boundary | Stores the boundary condition mode used for interpolation. | |
| r1 | Stores the spline smoothing parameter and auxiliary boundary values. | |
| r2 | Stores the spline smoothing parameter and auxiliary boundary values. | |
| sigma | Stores the spline smoothing parameter and auxiliary boundary values. | |
| tmp | Stores temporary working values used during interpolation. | |
| x | Reference to the vector of the independent variable. (Inherited from CurveBase) | |
| y | Reference to the vector of the dependent variable. (Inherited from CurveBase) | |
| y1 | Stores the first derivative values of the spline. |