Skip to content

PiecewisePolynomial: significant speedup & unit test

Philipp Schäfer requested to merge feature/piecewisepolynomal_speedup into develop
  • find correct interval now uses std::upper_bound instead of linear search
  • added unit tests for PiecewisePolynomial class

Merge request reports