2021-10-05 21:37:46 +02:00

119 lines
5.5 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Chapter 1. Boost.Histogram</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="Chapter 1. Boost.Histogram">
<link rel="next" href="histogram/overview.html" title="Overview">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
<td align="center"><a href="../../../../index.html">Home</a></td>
<td align="center"><a href="../../../libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav"><a accesskey="n" href="histogram/overview.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a></div>
<div class="chapter">
<div class="titlepage"><div>
<div><h2 class="title">
<a name="histogram"></a>Chapter 1. Boost.Histogram</h2></div>
<div><div class="author"><h3 class="author">
<span class="firstname">Hans</span> <span class="surname">Dembinski</span>
</h3></div></div>
<div><p class="copyright">Copyright © 2016-2019 Hans
Dembinski</p></div>
<div><div class="legalnotice">
<a name="histogram.legal"></a><p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
</p>
</div></div>
</div></div>
<p>
<span class="inlinemediaobject"><object type="image/svg+xml" data="../logo/color.svg" width="390" height="159"></object></span>
</p>
<p>
Boost.Histogram provides an easy-to-use, fast, and extensible multi-dimensional
histograms and profiles.
</p>
<div class="variablelist">
<p class="title"><b></b></p>
<dl class="variablelist">
<dt><span class="term"> <a class="link" href="histogram/overview.html" title="Overview">Overview</a> </span></dt>
<dd><p>
An overview of the features included in the library, the motivation and
rationale.
</p></dd>
<dt><span class="term"> <a class="link" href="histogram/getting_started.html" title="Getting started">Getting started</a> </span></dt>
<dd><p>
See the library in action in a few heavily commented examples. Copy/paste
from these examples to kick-start your project.
</p></dd>
<dt><span class="term"> <a class="link" href="histogram/guide.html" title="User guide">User guide</a> </span></dt>
<dd><p>
An in-depth user guide that introduces all aspects of the library, starting
simple and ending with the advanced features.
</p></dd>
<dt><span class="term"> <a class="link" href="histogram/reference.html" title="Reference">Reference</a> </span></dt>
<dd><p>
Detailed class and function reference.
</p></dd>
<dt><span class="term"> <a class="link" href="histogram/concepts.html" title="Concepts">Concepts</a> </span></dt>
<dd><p>
Read this if you want to make custom axis types, storage types, and more
that work with the library.
</p></dd>
<dt><span class="term"> <a class="link" href="histogram/benchmarks.html" title="Benchmarks">Benchmarks</a> </span></dt>
<dd><p>
The performance of this library is compared with other popular libraries.
</p></dd>
<dt><span class="term"> <a class="link" href="histogram/rationale.html" title="Rationale">Rationale</a> </span></dt>
<dd><p>
Thoughts behind the design for contributors and future maintainers of the
library.
</p></dd>
<dt><span class="term"> <a class="link" href="histogram/history.html" title="Revision history">Revision history</a> </span></dt>
<dd><p>
Log of code changes.
</p></dd>
</dl>
</div>
<p>
<span class="bold"><strong>Acknowledgments</strong></span>
</p>
<p>
Klemens Morgenstern helped to make this library Boost-compliant, converting the
documentation and adding Jamfiles, and provided code improvements.
</p>
<p>
Mateusz Loskot kindly agreed to fill the role of the Review Manager for this
library and contributed various patches.
</p>
<p>
Steven Watanabe provided a very detailed review of the documentation and code
of the library. Great reviews were submitted by Bjorn Reese, Jim Pivarski, Klemens
Morgenstern, and Alex Hagen-Zanker. Comments and suggestions were provided by
Andrea Bocci, degksi, Glen Fernandes, Gavin Lambert, Seth, and Mateusz Loskot.
Peter Dimov, Vinnie Falco, and Glen Fernandes were invaluable source of information
and feedback on the Cpplang Slack.
</p>
<p>
The members of the <a href="http://www.scikit-hep.org" target="_top">Scikit-HEP project</a>
provided valuable feedback and input on the design of this library, special thanks
go to Henry Schreiner and Jim Pivarski.
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"><p><small>Last revised: April 13, 2021 at 16:28:31 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>
<div class="spirit-nav"><a accesskey="n" href="histogram/overview.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a></div>
</body>
</html>