Closed sglyon closed 8 years ago
We need to make it clearer that in order to use a higher degree spline you need to produce y data for x = nodes(basis)[1].
y
x = nodes(basis)[1]
Trying to use the initial nodes passed as the knot vector will not work because we pad the endpoints internally to preserve continuity at the borders.
We need to make it clearer that in order to use a higher degree spline you need to produce
y
data forx = nodes(basis)[1]
.Trying to use the initial nodes passed as the knot vector will not work because we pad the endpoints internally to preserve continuity at the borders.