File: index.html

package info (click to toggle)
boost 1.27.0-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 19,908 kB
  • ctags: 26,546
  • sloc: cpp: 122,225; ansic: 10,956; python: 4,412; sh: 855; yacc: 803; makefile: 257; perl: 165; lex: 90; csh: 6
file content (93 lines) | stat: -rw-r--r-- 3,338 bytes parent folder | download
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">&lt;boost/math_fwd.hpp&gt;</a></code>
		</td>
		<td valign="top">Forward declaration header.
		</td>
	<tr>
		<td align="center">
			<code><a href="../../../boost/math/octonion.hpp">&lt;boost/math/octonion.hpp&gt;</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">&lt;boost/math/quaternion.hpp&gt;</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">&lt;boost/math/special_functions/acosh.hpp&gt;</a></code><br>
			<code><a href="../../../boost/math/special_functions/asinh.hpp">&lt;boost/math/special_functions/asinh.hpp&gt;</a></code><br>
			<code><a href="../../../boost/math/special_functions/atanh.hpp">&lt;boost/math/special_functions/atanh.hpp&gt;</a></code><br>
			<code><a href="../../../boost/math/special_functions/sinc.hpp">&lt;boost/math/special_functions/sinc.hpp&gt;</a></code><br>
			<code><a href="../../../boost/math/special_functions/sinhc.hpp">&lt;boost/math/special_functions/sinhc.hpp&gt;</a></code><br>
			<br><a href="../special_functions/index.html">documentation</a>
		</td>
		<td valign="top">&quot;Special&quot; mathematical function
			templates.
		</td>
	</tr>
	<tr>
		<td align="center">
			<code><a href="../../../boost/math/common_factor.hpp">&lt;boost/math/common_factor.hpp&gt;</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>