1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>Boost Math Library</title>
</head>
<body bgcolor="white" text="black">
<table border="1" bgcolor="teal" cellpadding="2">
<tr>
<td bgcolor="white">
<img src="../../../c++boost.gif"
alt="c++boost.gif (8819 bytes)" width="277" height="86"></td>
<td><a href="../../../index.htm"><font face="Arial"
color="white"><big>Home</big></font></a></td>
<td><a href="../../libraries.htm"><font face="Arial"
color="white"><big>Libraries</big></font></a></td>
<td><a href="../../../people/people.htm"><font face="Arial"
color="white"><big>People</big></font></a></td>
<td><a href="../../../more/faq.htm"><font face="Arial"
color="white"><big>FAQ</big></font></a></td>
<td><a href="../../../more/index.htm"><font face="Arial"
color="white"><big>More</big></font></a></td>
</tr>
</table>
<h1>Boost Math Library</h1>
<table border="1" cellpadding="5">
<tr>
<th>Header / Docs</th>
<th>Contents</th>
</tr>
<tr>
<td align="center">
<code><a href="../../../boost/math_fwd.hpp"><boost/math_fwd.hpp></a></code>
</td>
<td valign="top">Forward declaration header.
</td>
<tr>
<td align="center">
<code><a href="../../../boost/math/octonion.hpp"><boost/math/octonion.hpp></a></code><br>
<br><a href="../octonion/index.html">documentation</a>
</td>
<td valign="top">Octonion class templates and octonion algebra
function templates.
</td>
</tr>
<tr>
<td align="center">
<code><a href="../../../boost/math/quaternion.hpp"><boost/math/quaternion.hpp></a></code><br>
<br><a href="../quaternion/index.html">documentation</a>
</td>
<td valign="top">Quaternion class templates and quaternion
algebra function templates.
</td>
</tr>
<tr>
<td align="center">
<code><a href="../../../boost/math/special_functions/acosh.hpp"><boost/math/special_functions/acosh.hpp></a></code><br>
<code><a href="../../../boost/math/special_functions/asinh.hpp"><boost/math/special_functions/asinh.hpp></a></code><br>
<code><a href="../../../boost/math/special_functions/atanh.hpp"><boost/math/special_functions/atanh.hpp></a></code><br>
<code><a href="../../../boost/math/special_functions/sinc.hpp"><boost/math/special_functions/sinc.hpp></a></code><br>
<code><a href="../../../boost/math/special_functions/sinhc.hpp"><boost/math/special_functions/sinhc.hpp></a></code><br>
<br><a href="../special_functions/index.html">documentation</a>
</td>
<td valign="top">"Special" mathematical function
templates.
</td>
</tr>
<tr>
<td align="center">
<code><a href="../../../boost/math/common_factor.hpp"><boost/math/common_factor.hpp></a></code><br>
<br><a href="common_factor.html">documentation</a>
</td>
<td valign="top">Compile-time and run-time class and function
templates for greatest common divisor and least common
multiple.
</td>
</tr>
</table>
<h2>Rationale</h2>
<p>The math sub-library of Boost helps segregate the large number of
Boost headers. This sub-library should contain various math-related
items.</p>
<hr>
<p>Revised <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->30 November, 2001<!--webbot bot="Timestamp" i-checksum="39352" endspan --></p>
</body>
</html>
|