Skip to content

Few more new features for LHCbMath

Vanya Belyaev requested to merge vanya-lhcbmath9 into master
  1. Extend operations with polynomials
  2. Allow change/extend/shrink domain for Bernstein polynomials
  3. Allow math-ooperations for (Bernstein) polynomials with different domains
  4. Collect interpolation functions into separate header file
  5. Add Neville interpolation algorithm
  6. Add few more signatures for interpolation functions
  7. Add optional range for splines/interpolations
  8. Reduce code duplication
  9. Add more protection for invalid covariances in math-operations for ValueWithError objects

Merge request reports