Constructor for cubicSpline_t
Constructor for cubicSpline_t
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in), | dimension(:) | :: | t0 | Parameterization data \(t_0\) |
|
| real(kind=wp), | intent(in), | dimension(:,:) | :: | x0 | Datapoints for spline \(\vec{x}_0\) |
|
| character(len=*), | intent(in), | optional | :: | method | Derivative calculation method Valid methods are the following: |
|
| real(kind=wp), | intent(in), | optional | :: | c | Tension parameter for cardinal splines Not used by other spline types |
New spline