add interpolator functor
Open
easy
enhancement
help wanted
- Dominant language
- C++
- Stars
- 334
- Forks
- 76
- PR merge metrics
- No merged PRs in 30d
Description
People often want to interpolate histograms. Interpolating profiles is even more useful. Interpolation should be done via a functor, so that the interpolation can have state.
```
auto h = ... // histogram
auto interp = interpolator(h, interpolator::linear);
```
Contributor guide
Assessment
This issue has not been assessed yet.