25 #ifndef ALEXANDRIA_HISTOGRAM_BINNING_SQRT_H
26 #define ALEXANDRIA_HISTOGRAM_BINNING_SQRT_H
42 template <
typename VarType>
45 template <
typename Iterator>
51 m_end = *minmax.second;
VarType getEdge(size_t i) const final
std::pair< VarType, VarType > getBinEdges(size_t i) const final
ssize_t getBinIndex(VarType value) const final
void computeBins(Iterator begin, Iterator end)
T minmax_element(T... args)