Histogram ========= Hans Dembinski Copyright (c) 2016 Hans Dembinski Distributed under the `Boost Software License, Version 1.0 `_, see accompanying file LICENSE. Description ----------- This project contains an easy-to-use powerful n-dimensional histogram class implemented in ``C++0x``, optimized for convenience and excellent performance under heavy duty. The histogram has a complete C++ and a `Python `_ interface, and can be moved over the language boundary with ease. `Numpy `_ is fully supported; histograms can be filled with Numpy arrays at C speeds and are convertible into Numpy arrays without copying data. Histograms can be streamed from/to files and pickled in Python. My goal is to submit this project to the `Boost Libraries `_. Contents -------- .. toctree:: :maxdepth: 2 motivation intro tutorial notes types rationale references changelog .. Indices and tables .. ================== .. * :ref:`genindex` .. * :ref:`modindex` .. * :ref:`search`