histogram.qbk 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. [/
  2. Copyright Hans Dembinski 2016 - 2019.
  3. Distributed under the Boost Software License, Version 1.0.
  4. (See accompanying file LICENSE_1_0.txt or copy at
  5. https://www.boost.org/LICENSE_1_0.txt)
  6. ]
  7. [library Boost.Histogram
  8. [quickbook 1.6]
  9. [copyright 2016 - 2019 Hans Dembinski]
  10. [purpose Histogram library]
  11. [authors [Dembinski, Hans]]
  12. [id histogram]
  13. [dirname histogram]
  14. [license
  15. Distributed under the Boost Software License, Version 1.0.
  16. (See accompanying file LICENSE_1_0.txt or copy at
  17. http://www.boost.org/LICENSE_1_0.txt)
  18. ]
  19. ]
  20. [$../logo/color.svg]
  21. Boost.Histogram provides an easy-to-use, fast, and extensible multi-dimensional histograms and profiles.
  22. [variablelist
  23. [
  24. [
  25. [link histogram.overview Overview]
  26. ]
  27. [
  28. An overview of the features included in the library, the motivation and rationale.
  29. ]
  30. ]
  31. [
  32. [
  33. [link histogram.getting_started Getting started]
  34. ]
  35. [
  36. See the library in action in a few heavily commented examples. Copy/paste from these examples to kick-start your project.
  37. ]
  38. ]
  39. [
  40. [
  41. [link histogram.guide User guide]
  42. ]
  43. [
  44. An in-depth user guide that introduces all aspects of the library, starting simple and ending with the advanced features.
  45. ]
  46. ]
  47. [
  48. [
  49. [link histogram.reference Reference]
  50. ]
  51. [
  52. Detailed class and function reference.
  53. ]
  54. ]
  55. [
  56. [
  57. [link histogram.concepts Concepts]
  58. ]
  59. [
  60. Read this if you want to make custom axis types, storage types, and more that work with the library.
  61. ]
  62. ]
  63. [
  64. [
  65. [link histogram.benchmarks Benchmarks]
  66. ]
  67. [
  68. The performance of this library is compared with other popular libraries.
  69. ]
  70. ]
  71. [
  72. [
  73. [link histogram.rationale Rationale]
  74. ]
  75. [
  76. Thoughts behind the design for contributors and future maintainers of the library.
  77. ]
  78. ]
  79. [
  80. [
  81. [link histogram.history Revision history]
  82. ]
  83. [
  84. Log of code changes.
  85. ]
  86. ]
  87. ]
  88. [include overview.qbk]
  89. [include getting_started.qbk]
  90. [include guide.qbk]
  91. [include benchmarks.qbk]
  92. [include concepts.qbk]
  93. [xinclude reference_pp.xml]
  94. [include rationale.qbk]
  95. [include changelog.qbk]
  96. [*Acknowledgments]
  97. Klemens Morgenstern helped to make this library Boost-compliant, converting the documentation and adding Jamfiles, and provided code improvements.
  98. Mateusz Loskot kindly agreed to fill the role of the Review Manager for this library and contributed various patches.
  99. 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.
  100. The members of the [@http://www.scikit-hep.org Scikit-HEP project] provided valuable feedback and input on the design of this library, special thanks go to Henry Schreiner and Jim Pivarski.