code for this exists on the git repository, but not yet in an official
release. If you can download from the git you can look at the examples
On 3/8/24 11:56, Simon Wiesheier wrote:
Dear all,
can I use basis splines for interpolation and not fitting?
Or, say I already computed the control points ai (f = sum_i B_i a_i) and
all what I want to do is
to evaluate the basis spline B_i, for which we need (i) a knot vector
(t_i,...,t_i+k) that describes the support of B_i and (ii) the order of the
spline k.
Are there classes / types that allow me to do that?
Best,
Simon