Bjarne Grimstad

Results 13 issues of 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...

New feature

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...

Docs

Implement new end conditions for the B-spline, e.g. Hermite and Natural end conditions.

New feature
Advanced

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

New feature
Advanced

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.

Intermediate
Tests

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.

New feature
Intermediate

Add a description of the Catch testing facilities to the documentation.

Docs

Compare test executable run time on different compilers

Intermediate
Tests

Default compilation target architecture should be equal to the architecture of the host computer

Enhancement
Intermediate

Add tests that are designed to provoke errors.

Intermediate
Tests