Skip to content

[common] Add inverse of monotone cubic spline

Timo Koch requested to merge feature/monotone-spline-inverse into master

Implements the inverse of a monotone spline. No checks are performed if the spline is strictly increasing or decreasing. The inverse is tested in the dedicated unit test by chaining it into a unity function.

Merge request reports