Constructor for spline
Populates a spline instance spl
representing the non-periodic
data y(x).
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(in), | dimension (:) | :: | x | ||
real, | intent(in), | dimension (:) | :: | y | ||
real, | intent(in), | optional | :: | tension |