pbregener

Results 3 comments of pbregener

~~I'm pretty sure you can't do this by modifying the knot vector alone.~~ Edit: Need to look into this again. The [`dbint4()` routine](https://gams.nist.gov/cgi-bin/serve.cgi/Module/CMLIB/DBINT4/806) from CMLIB might give some inspiration.

`dbint4` is hardcoded to fourth-order, which we probably want to change. In terms of actual end conditions, it would be great to be able to set first or second derivatives...

For the record: I successfully built a Docker image for aarch64 from this branch and it works like a charm :) I changed the base image to use alpine 3.18...