internals_overview.qbk 874 B

12345678910111213141516171819202122
  1. [section:internals_overview Overview]
  2. This section contains internal utilities used by the library's implementation
  3. along with tools used in development and testing. These tools have
  4. limitied documentation, but now have quite stable interfaces
  5. and may also be useful outside Boost.Math.
  6. There is no doubt that these components can be improved, but they are also
  7. largely incidental to the main purpose of this library.
  8. These tools are designed to "just get the job done", and receive minimal
  9. documentation here, in the hopes that they will help stimulate further
  10. submissions to this library.
  11. [endsect] [/section:internals_overview Overview]
  12. [/
  13. Copyright 2006, 2010, 2013, 2014 John Maddock and Paul A. Bristow.
  14. Distributed under the Boost Software License, Version 1.0.
  15. (See accompanying file LICENSE_1_0.txt or copy at
  16. http://www.boost.org/LICENSE_1_0.txt).
  17. ]