Skip to content

Spline grid interpolation

Gerhard Raven requested to merge spline-interpolation into master

Add LHCb::Math::Spline::interpolate which, given a regular 1D,2D or 3D grid, will perform a spline interpolation. The 'value type' of the grid can be anything, as long as it supports scaling (multiplication) and addition.

Edited by Gerhard Raven

Merge request reports