hints.html 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
  4. <title>Other Hints and tips</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="conventions.html" title="Document Conventions">
  10. <link rel="next" href="directories.html" title="Directory and File Structure">
  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="conventions.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="directories.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.hints"></a><a class="link" href="hints.html" title="Other Hints and tips">Other Hints and tips</a>
  28. </h2></div></div></div>
  29. <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
  30. <li class="listitem">
  31. Historial records of issues are at <a href="https://svn.boost.org/trac/boost/" target="_top">Boost
  32. Trac</a>, now read-only.
  33. </li>
  34. <li class="listitem">
  35. Always ensure that you are using the <a href="https://www.boost.org/users/download/#live" target="_top">current
  36. release version</a>.
  37. </li>
  38. <li class="listitem">
  39. The current documentation for the release version is <a href="https://www.boost.org/doc/libs/release/libs/math/doc/html/index.html" target="_top">here</a>.
  40. </li>
  41. <li class="listitem">
  42. The current documentation for the version being developed is <a href="https://www.boost.org/doc/libs/develop/libs/math/doc/html/index.html" target="_top">here</a>.
  43. </li>
  44. <li class="listitem">
  45. See <a href="https://github.com/boostorg/math" target="_top">develop branch(es)</a>
  46. where changes are being assembled and tested ready for the next release.<br>
  47. You may, at your own risk, download new versions from there.
  48. </li>
  49. <li class="listitem">
  50. If you have a new feature request, raise a new <a href="https://github.com/boostorg/math/issues" target="_top">Boost.Math
  51. issue</a>,
  52. </li>
  53. <li class="listitem">
  54. If it appears that the implementation is in error, please search first
  55. at <a href="https://github.com/boostorg/math/issues" target="_top">Boost.Math issues</a>.
  56. Entries may indicate that updates or corrections that solve your problem
  57. are in <a href="https://github.com/boostorg/math" target="_top">Boost.Math on Github</a>.
  58. </li>
  59. <li class="listitem">
  60. If you have a suggested enhancements or fix, you are most welcome to submit
  61. <a href="https://github.com/boostorg/math/pulls" target="_top">pull requests</a>.
  62. </li>
  63. <li class="listitem">
  64. If you do not understand why things work the way they do, see first the
  65. <span class="emphasis"><em>rationale</em></span> section.
  66. </li>
  67. <li class="listitem">
  68. If you do not find satisfaction for your idea/feature/complaint, please
  69. reach the author(s) preferably through the Boost user or development lists
  70. <a href="https://www.boost.org/community/groups.html" target="_top">https://www.boost.org/community/groups.html</a>,
  71. or raise a new <a href="https://github.com/boostorg/math/issues" target="_top">Boost.Math
  72. issue</a>, or email the author(s) direct.
  73. </li>
  74. </ul></div>
  75. <h6>
  76. <a name="math_toolkit.hints.h0"></a>
  77. <span class="phrase"><a name="math_toolkit.hints.admonishments"></a></span><a class="link" href="hints.html#math_toolkit.hints.admonishments">Admonishments</a>
  78. </h6>
  79. <div class="note"><table border="0" summary="Note">
  80. <tr>
  81. <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../doc/src/images/note.png"></td>
  82. <th align="left">Note</th>
  83. </tr>
  84. <tr><td align="left" valign="top"><p>
  85. In addition, notes such as this one specify non-essential information that
  86. provides additional background or rationale.
  87. </p></td></tr>
  88. </table></div>
  89. <div class="tip"><table border="0" summary="Tip">
  90. <tr>
  91. <td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="../../../../../doc/src/images/tip.png"></td>
  92. <th align="left">Tip</th>
  93. </tr>
  94. <tr><td align="left" valign="top"><p>
  95. These blocks contain information that you may find helpful while coding.
  96. </p></td></tr>
  97. </table></div>
  98. <div class="important"><table border="0" summary="Important">
  99. <tr>
  100. <td rowspan="2" align="center" valign="top" width="25"><img alt="[Important]" src="../../../../../doc/src/images/important.png"></td>
  101. <th align="left">Important</th>
  102. </tr>
  103. <tr><td align="left" valign="top"><p>
  104. These contain information that is imperative to understanding a concept.
  105. Failure to follow suggestions in these blocks will probably result in undesired
  106. behavior. Read all of these you find.
  107. </p></td></tr>
  108. </table></div>
  109. <div class="warning"><table border="0" summary="Warning">
  110. <tr>
  111. <td rowspan="2" align="center" valign="top" width="25"><img alt="[Warning]" src="../../../../../doc/src/images/warning.png"></td>
  112. <th align="left">Warning</th>
  113. </tr>
  114. <tr><td align="left" valign="top"><p>
  115. Failure to heed this will lead to incorrect, and very likely undesired, results!
  116. </p></td></tr>
  117. </table></div>
  118. </div>
  119. <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
  120. <td align="left"></td>
  121. <td align="right"><div class="copyright-footer">Copyright &#169; 2006-2019 Nikhar
  122. Agrawal, Anton Bikineev, Paul A. Bristow, Marco Guazzone, Christopher Kormanyos,
  123. Hubert Holin, Bruno Lalande, John Maddock, Jeremy Murphy, Matthew Pulver, Johan
  124. R&#229;de, Gautam Sewani, Benjamin Sobotta, Nicholas Thompson, Thijs van den Berg,
  125. Daryle Walker and Xiaogang Zhang<p>
  126. Distributed under the Boost Software License, Version 1.0. (See accompanying
  127. 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>)
  128. </p>
  129. </div></td>
  130. </tr></table>
  131. <hr>
  132. <div class="spirit-nav">
  133. <a accesskey="p" href="conventions.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="directories.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
  134. </div>
  135. </body>
  136. </html>