static CubicSpline |
CubicSpline.clamped() |
Constructs an instance with end conditions which fits clamped
splines, and the first derivative at both ends are zero.
|
static CubicSpline |
CubicSpline.clamped(double df1,
double dfn) |
Constructs an instance with end conditions which fits clamped
splines, meaning that the first derivative at both ends equal to the
given values.
|
static CubicSpline |
CubicSpline.natural() |
Constructs an instance with end conditions which fits natural
splines, meaning that the second derivative at both ends are zero.
|
static CubicSpline |
CubicSpline.notAKnot() |
Constructs an instance with end conditions which fits not-a-knot
splines, meaning that continuity of the third derivative at the second
and the next-to-last knots are forced.
|