JayBeams  0.1
Another project to have fun coding.
Namespaces | Functions
histogram_binning_linear_interpolation.hpp File Reference
#include <cmath>

Go to the source code of this file.

Namespaces

 jb
 The top-level namespace for the JayBeams library.
 

Functions

template<typename sample_type >
sample_type jb::histogram_binning_linear_interpolation (sample_type x_a, sample_type x_b, double y_a, double s, double q)
 Convenience function to implement the binning_strategy_concept. More...