Constructs a spline interpolant from a grid, values, boundary type, and boundary conditions.
immutable x values for interpolant
f(x) values for interpolant
SplineConfiguration Constraints: grid and values must have the same length >= 3
Spline
Constructs a spline interpolant from a grid, values, boundary type, and boundary conditions.