Bugfix Interpolate Derivatives - Const R-value-Reference replaced by universal reference
const
keyword, which causes the the function to accept only R-value-references, is removed, such that the function accepts universal references. So far, only CubicHermiteBasis has been using it (with an R-Value-Reference).