Bjarne Grimstad
Bjarne Grimstad
Allow a B-spline to be fitted to sample points in a sequential manner. In many applications, new sample points may become available after the B-spline has been fitted and it...
We need to update the user guides before releasing. In the PDF user guide we need to: 1. Write a little bit more about sampling and knot vectors 2. Write...
Implement new end conditions for the B-spline, e.g. Hermite and Natural end conditions.
Investigate if the following should be implemented: - Integration of B-splines - Tension B-splines: http://www.cas.mcmaster.ca/~modersit/Pubs/2009-SPIE-BFM.pdf
Add more unit tests using the Catch testing framework. Unit tests should reside in the folder "test/unit/filename", where "filename" is the file containing the units being tested.
Implement Tikhonov regularization for general Tikhonov matrices. The current implementation uses an identity matrix. Note that the builder classes must be updated to allow the specification of a Tikhonov matrix.
Add a description of the Catch testing facilities to the documentation.
Compare test executable run time on different compilers
Default compilation target architecture should be equal to the architecture of the host computer