TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
lin_binning.hpp
#include "./concepts.hpp"
#include "./mean_error.hpp"
#include "./utils.hpp"
#include <h5/h5.hpp>
#include <nda/h5.hpp>
#include <nda/nda.hpp>
#include <functional>
#include <iterator>
#include <stdexcept>
#include <string>
#include <tuple>
#include <utility>
#include <vector>

Detailed Description

Provides a linear binning accumulator.

Definition in file lin_binning.hpp.

Go to the source code of this file.

Classes

class  triqs::stat::lin_binning< T >
 Linear binning accumulator. More...

Functions

template<AccCompatible T>
auto triqs::stat::compress_bins (std::vector< T > const &bins, int fac)
 Compress a given number of adjacent bins.