spline.spline

Parameters

grid Repeat!(N, Slice!(RCI!(immutable X)))

immutable x values for interpolant

values Slice!(yIterator, N, ykind)

f(x) values for interpolant

typeOfBoundaries SplineBoundaryType

SplineBoundaryType for both tails (optional).

valueOfBoundaryConditions T

value of the boundary type (optional). Constraints: grid and values must have the same length >= 3

Return Value

Type: Spline!(T, N, X)

Meta