navigation.html 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
  4. <title>Navigation</title>
  5. <link rel="stylesheet" href="../math.css" type="text/css">
  6. <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
  7. <link rel="home" href="../index.html" title="Math Toolkit 2.11.0">
  8. <link rel="up" href="../overview.html" title="Chapter&#160;1.&#160;Overview">
  9. <link rel="prev" href="main_intro.html" title="About the Math Toolkit">
  10. <link rel="next" href="conventions.html" title="Document Conventions">
  11. </head>
  12. <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
  13. <table cellpadding="2" width="100%"><tr>
  14. <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
  15. <td align="center"><a href="../../../../../index.html">Home</a></td>
  16. <td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
  17. <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
  18. <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
  19. <td align="center"><a href="../../../../../more/index.htm">More</a></td>
  20. </tr></table>
  21. <hr>
  22. <div class="spirit-nav">
  23. <a accesskey="p" href="main_intro.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="conventions.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
  24. </div>
  25. <div class="section">
  26. <div class="titlepage"><div><div><h2 class="title" style="clear: both">
  27. <a name="math_toolkit.navigation"></a><a class="link" href="navigation.html" title="Navigation">Navigation</a>
  28. </h2></div></div></div>
  29. <p>
  30. <a class="indexterm" name="idm45565460982224"></a>
  31. </p>
  32. <p>
  33. Boost.Math documentation is provided in both HTML and PDF formats.
  34. </p>
  35. <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
  36. <li class="listitem">
  37. <span class="bold"><strong>Tutorials</strong></span> are listed in the <span class="emphasis"><em>Table
  38. of Contents</em></span> and include many examples that should help you get
  39. started quickly.
  40. </li>
  41. <li class="listitem">
  42. <span class="bold"><strong>Source code</strong></span> of the many <span class="emphasis"><em>Examples</em></span>
  43. will often be your quickest starting point.
  44. </li>
  45. <li class="listitem">
  46. <span class="bold"><strong>Index</strong></span> (general) includes all entries.
  47. </li>
  48. <li class="listitem">
  49. <span class="bold"><strong>Specific Indexes</strong></span> list only functions,
  50. class signatures, macros and typedefs.
  51. </li>
  52. </ul></div>
  53. <h6>
  54. <a name="math_toolkit.navigation.h0"></a>
  55. <span class="phrase"><a name="math_toolkit.navigation.using_the_indexes"></a></span><a class="link" href="navigation.html#math_toolkit.navigation.using_the_indexes">Using
  56. the Indexes</a>
  57. </h6>
  58. <p>
  59. The main index will usually help, especially if you know a word describing
  60. what it does, without needing to know the exact name chosen for the function.
  61. </p>
  62. <div class="tip"><table border="0" summary="Tip">
  63. <tr>
  64. <td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="../../../../../doc/src/images/tip.png"></td>
  65. <th align="left">Tip</th>
  66. </tr>
  67. <tr><td align="left" valign="top"><p>
  68. When using the index, keep in mind that clicking on an index term only takes
  69. you to the <span class="bold"><strong>section</strong></span> containing the index
  70. entry. This section may be several pages long, so you may need to use the
  71. <span class="bold"><strong>find</strong></span> facility of your browser or PDF reader
  72. to get to the index term itself.
  73. </p></td></tr>
  74. </table></div>
  75. <div class="tip"><table border="0" summary="Tip">
  76. <tr>
  77. <td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="../../../../../doc/src/images/tip.png"></td>
  78. <th align="left">Tip</th>
  79. </tr>
  80. <tr><td align="left" valign="top"><p>
  81. A PDF reader usually allows a <span class="bold"><strong>global</strong></span> find;
  82. this can be really useful if the term you expect to be indexed is not the
  83. one chosen by the authors. You might find searching the PDF version and viewing
  84. the HTML version will locate an elusive item.
  85. </p></td></tr>
  86. </table></div>
  87. </div>
  88. <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
  89. <td align="left"></td>
  90. <td align="right"><div class="copyright-footer">Copyright &#169; 2006-2019 Nikhar
  91. Agrawal, Anton Bikineev, Paul A. Bristow, Marco Guazzone, Christopher Kormanyos,
  92. Hubert Holin, Bruno Lalande, John Maddock, Jeremy Murphy, Matthew Pulver, Johan
  93. R&#229;de, Gautam Sewani, Benjamin Sobotta, Nicholas Thompson, Thijs van den Berg,
  94. Daryle Walker and Xiaogang Zhang<p>
  95. Distributed under the Boost Software License, Version 1.0. (See accompanying
  96. file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
  97. </p>
  98. </div></td>
  99. </tr></table>
  100. <hr>
  101. <div class="spirit-nav">
  102. <a accesskey="p" href="main_intro.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="conventions.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
  103. </div>
  104. </body>
  105. </html>