File: index.html

package info (click to toggle)
boost1.35 1.35.0-5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 203,856 kB
  • ctags: 337,867
  • sloc: cpp: 938,683; xml: 56,847; ansic: 41,589; python: 18,999; sh: 11,566; makefile: 664; perl: 494; yacc: 456; asm: 353; csh: 6
file content (399 lines) | stat: -rw-r--r-- 25,312 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Math Toolkit</title>
<link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot_2006-12-17_0120">
<link rel="start" href="index.html" title="Math Toolkit">
<link rel="next" href="math_toolkit/main_overview.html" title="Overview">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
<td align="center"><a href="../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/people/people.htm">People</a></td>
<td align="center"><a href="http://www.boost.org/more/faq.htm">FAQ</a></td>
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav"><a accesskey="n" href="math_toolkit/main_overview.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a></div>
<div class="article" lang="en">
<div class="titlepage">
<div>
<div><h2 class="title">
<a name="math_toolkit"></a>Math Toolkit</h2></div>
<div><div class="authorgroup">
<div class="author"><h3 class="author">
<span class="firstname">John</span> <span class="surname">Maddock</span>
</h3></div>
<div class="author"><h3 class="author">
<span class="firstname">Paul A.</span> <span class="surname">Bristow</span>
</h3></div>
<div class="author"><h3 class="author">
<span class="firstname">Hubert</span> <span class="surname">Holin</span>
</h3></div>
<div class="author"><h3 class="author">
<span class="firstname">Xiaogang</span> <span class="surname">Zhang</span>
</h3></div>
</div></div>
<div><p class="copyright">Copyright  2006 -2007 John Maddock, Paul A. Bristow, Hubert Holin
      and Xiaogang Zhang</p></div>
<div><div class="legalnotice">
<a name="id435852"></a><p>
        Distributed under the Boost Software License, Version 1.0. (See accompanying
        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>)
      </p>
</div></div>
</div>
<hr>
</div>
<div class="toc">
<p><b>Table of Contents</b></p>
<dl>
<dt><span class="section"><a href="math_toolkit/main_overview.html"> Overview</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="math_toolkit/main_overview/intro.html"> About the Math Toolkit</a></span></dt>
<dt><span class="section"><a href="math_toolkit/main_overview/navigation.html"> Navigation</a></span></dt>
<dt><span class="section"><a href="math_toolkit/main_overview/directories.html"> Directory and
      File Structure</a></span></dt>
<dt><span class="section"><a href="math_toolkit/main_overview/namespaces.html"> Namespaces</a></span></dt>
<dt><span class="section"><a href="math_toolkit/main_overview/result_type.html"> Calculation
      of the Type of the Result</a></span></dt>
<dt><span class="section"><a href="math_toolkit/main_overview/error_handling.html"> Error Handling</a></span></dt>
<dt><span class="section"><a href="math_toolkit/main_overview/compilers_overview.html"> Compilers</a></span></dt>
<dt><span class="section"><a href="math_toolkit/main_overview/pol_overview.html"> Configuration
      and Policies</a></span></dt>
<dt><span class="section"><a href="math_toolkit/main_overview/threads.html"> Thread Safety</a></span></dt>
<dt><span class="section"><a href="math_toolkit/main_overview/perf_over.html"> Performance</a></span></dt>
<dt><span class="section"><a href="math_toolkit/main_overview/history1.html"> History and What's
      New</a></span></dt>
<dt><span class="section"><a href="math_toolkit/main_overview/contact.html"> Contact Info and
      Support</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="math_toolkit/dist.html"> Statistical Distributions and Functions</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="math_toolkit/dist/stat_tut.html"> Statistical Distributions
      Tutorial</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="math_toolkit/dist/stat_tut/overview.html"> Overview</a></span></dt>
<dt><span class="section"><a href="math_toolkit/dist/stat_tut/weg.html"> Worked Examples</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="math_toolkit/dist/stat_tut/weg/dist_construct_eg.html">
          Distribution Construction Example</a></span></dt>
<dt><span class="section"><a href="math_toolkit/dist/stat_tut/weg/st_eg.html"> Student's
          t Distribution Examples</a></span></dt>
<dt><span class="section"><a href="math_toolkit/dist/stat_tut/weg/cs_eg.html"> Chi Squared
          Distribution Examples</a></span></dt>
<dt><span class="section"><a href="math_toolkit/dist/stat_tut/weg/f_eg.html"> F Distribution
          Examples</a></span></dt>
<dt><span class="section"><a href="math_toolkit/dist/stat_tut/weg/binom_eg.html"> Binomial
          Distribution Examples</a></span></dt>
<dt><span class="section"><a href="math_toolkit/dist/stat_tut/weg/neg_binom_eg.html"> Negative
          Binomial Distribution Examples</a></span></dt>
<dt><span class="section"><a href="math_toolkit/dist/stat_tut/weg/normal_example.html"> Normal
          Distribution Examples</a></span></dt>
<dt><span class="section"><a href="math_toolkit/dist/stat_tut/weg/error_eg.html"> Error Handling
          Example</a></span></dt>
<dt><span class="section"><a href="math_toolkit/dist/stat_tut/weg/find_eg.html"> Find Location
          and Scale Examples</a></span></dt>
<dt><span class="section"><a href="math_toolkit/dist/stat_tut/weg/nag_library.html"> Comparison
          with C, R, FORTRAN-style Free Functions</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="math_toolkit/dist/stat_tut/variates.html"> Random Variates
        and Distribution Parameters</a></span></dt>
<dt><span class="section"><a href="math_toolkit/dist/stat_tut/dist_params.html"> Discrete Probability
        Distributions</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="math_toolkit/dist/dist_ref.html"> Statistical Distributions
      Reference</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="math_toolkit/dist/dist_ref/nmp.html"> Non-Member Properties</a></span></dt>
<dt><span class="section"><a href="math_toolkit/dist/dist_ref/dists.html"> Distributions</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="math_toolkit/dist/dist_ref/dists/bernoulli_dist.html">
          Bernoulli Distribution</a></span></dt>
<dt><span class="section"><a href="math_toolkit/dist/dist_ref/dists/beta_dist.html"> Beta
          Distribution</a></span></dt>
<dt><span class="section"><a href="math_toolkit/dist/dist_ref/dists/binomial_dist.html">
          Binomial Distribution</a></span></dt>
<dt><span class="section"><a href="math_toolkit/dist/dist_ref/dists/cauchy_dist.html"> Cauchy-Lorentz
          Distribution</a></span></dt>
<dt><span class="section"><a href="math_toolkit/dist/dist_ref/dists/chi_squared_dist.html">
          Chi Squared Distribution</a></span></dt>
<dt><span class="section"><a href="math_toolkit/dist/dist_ref/dists/exp_dist.html"> Exponential
          Distribution</a></span></dt>
<dt><span class="section"><a href="math_toolkit/dist/dist_ref/dists/extreme_dist.html"> Extreme
          Value Distribution</a></span></dt>
<dt><span class="section"><a href="math_toolkit/dist/dist_ref/dists/f_dist.html"> F Distribution</a></span></dt>
<dt><span class="section"><a href="math_toolkit/dist/dist_ref/dists/gamma_dist.html"> Gamma
          (and Erlang) Distribution</a></span></dt>
<dt><span class="section"><a href="math_toolkit/dist/dist_ref/dists/lognormal_dist.html">
          Log Normal Distribution</a></span></dt>
<dt><span class="section"><a href="math_toolkit/dist/dist_ref/dists/negative_binomial_dist.html">
          Negative Binomial Distribution</a></span></dt>
<dt><span class="section"><a href="math_toolkit/dist/dist_ref/dists/normal_dist.html"> Normal
          (Gaussian) Distribution</a></span></dt>
<dt><span class="section"><a href="math_toolkit/dist/dist_ref/dists/pareto.html"> Pareto
          Distribution</a></span></dt>
<dt><span class="section"><a href="math_toolkit/dist/dist_ref/dists/poisson_dist.html"> Poisson
          Distribution</a></span></dt>
<dt><span class="section"><a href="math_toolkit/dist/dist_ref/dists/rayleigh.html"> Rayleigh
          Distribution</a></span></dt>
<dt><span class="section"><a href="math_toolkit/dist/dist_ref/dists/students_t_dist.html">
          Students t Distribution</a></span></dt>
<dt><span class="section"><a href="math_toolkit/dist/dist_ref/dists/triangular_dist.html">
          Triangular Distribution</a></span></dt>
<dt><span class="section"><a href="math_toolkit/dist/dist_ref/dists/weibull.html"> Weibull
          Distribution</a></span></dt>
<dt><span class="section"><a href="math_toolkit/dist/dist_ref/dists/uniform_dist.html"> Uniform
          Distribution</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="math_toolkit/dist/dist_ref/dist_algorithms.html"> Distribution
        Algorithms</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="math_toolkit/dist/future.html"> Extras/Future Directions</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="math_toolkit/special.html"> Special Functions</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="math_toolkit/special/sf_gamma.html"> Gamma Functions</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="math_toolkit/special/sf_gamma/tgamma.html"> Gamma</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/sf_gamma/lgamma.html"> Log Gamma</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/sf_gamma/digamma.html"> Digamma</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/sf_gamma/gamma_ratios.html"> Ratios
        of Gamma Functions</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/sf_gamma/igamma.html"> Incomplete Gamma
        Functions</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/sf_gamma/igamma_inv.html"> Incomplete
        Gamma Function Inverses</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/sf_gamma/gamma_derivatives.html"> Derivative
        of the Incomplete Gamma Function</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="math_toolkit/special/factorials.html"> Factorials and Binomial
      Coefficients</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="math_toolkit/special/factorials/sf_factorial.html"> Factorial</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/factorials/sf_double_factorial.html">
        Double Factorial</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/factorials/sf_rising_factorial.html">
        Rising Factorial</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/factorials/sf_falling_factorial.html">
        Falling Factorial</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/factorials/sf_binomial.html"> Binomial
        Coefficients</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="math_toolkit/special/sf_beta.html"> Beta Functions</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="math_toolkit/special/sf_beta/beta_function.html"> Beta</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/sf_beta/ibeta_function.html"> Incomplete
        Beta Functions</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/sf_beta/ibeta_inv_function.html"> The
        Incomplete Beta Function Inverses</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/sf_beta/beta_derivative.html"> Derivative
        of the Incomplete Beta Function</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="math_toolkit/special/sf_erf.html"> Error Functions</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="math_toolkit/special/sf_erf/error_function.html"> Error
        Functions</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/sf_erf/error_inv.html"> Error Function
        Inverses</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="math_toolkit/special/sf_poly.html"> Polynomials</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="math_toolkit/special/sf_poly/legendre.html"> Legendre (and
        Associated) Polynomials</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/sf_poly/laguerre.html"> Laguerre (and
        Associated) Polynomials</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/sf_poly/hermite.html"> Hermite Polynomials</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/sf_poly/sph_harm.html"> Spherical Harmonics</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="math_toolkit/special/bessel.html"> Bessel Functions</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="math_toolkit/special/bessel/bessel_over.html"> Bessel Function
        Overview</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/bessel/bessel.html"> Bessel Functions
        of the First and Second Kinds</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/bessel/mbessel.html"> Modified Bessel
        Functions of the First and Second Kinds</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/bessel/sph_bessel.html"> Spherical
        Bessel Functions of the First and Second Kinds</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="math_toolkit/special/ellint.html"> Elliptic Integrals</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="math_toolkit/special/ellint/ellint_intro.html"> Elliptic
        Integral Overview</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/ellint/ellint_carlson.html"> Elliptic
        Integrals - Carlson Form</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/ellint/ellint_1.html"> Elliptic Integrals
        of the First Kind - Legendre Form</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/ellint/ellint_2.html"> Elliptic Integrals
        of the Second Kind - Legendre Form</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/ellint/ellint_3.html"> Elliptic Integrals
        of the Third Kind - Legendre Form</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="math_toolkit/special/powers.html"> Logs, Powers, Roots and
      Exponentials</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="math_toolkit/special/powers/log1p.html"> log1p</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/powers/expm1.html"> expm1</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/powers/cbrt.html"> cbrt</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/powers/sqrt1pm1.html"> sqrt1pm1</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/powers/powm1.html"> powm1</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/powers/hypot.html"> hypot</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="math_toolkit/special/sinc.html"> Sinus Cardinal and Hyperbolic
      Sinus Cardinal Functions</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="math_toolkit/special/sinc/sinc_overview.html"> Sinus Cardinal
        and Hyperbolic Sinus Cardinal Functions Overview</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/sinc/sinc_pi.html">sinc_pi</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/sinc/sinhc_pi.html">sinhc_pi</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="math_toolkit/special/inv_hyper.html"> Inverse Hyperbolic Functions</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="math_toolkit/special/inv_hyper/inv_hyper_over.html"> Inverse
        Hyperbolic Functions Overview</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/inv_hyper/acosh.html"> acosh</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/inv_hyper/asinh.html"> asinh</a></span></dt>
<dt><span class="section"><a href="math_toolkit/special/inv_hyper/atanh.html"> atanh</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="math_toolkit/special/fpclass.html"> Floating Point Classification:
      Infinities and NaN's</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="math_toolkit/toolkit.html"> Internal Details and Tools (Experimental)</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="math_toolkit/toolkit/internals_overview.html"> Overview</a></span></dt>
<dt><span class="section"><a href="math_toolkit/toolkit/internals1.html"> Reused Utilities</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="math_toolkit/toolkit/internals1/series_evaluation.html">
        Series Evaluation</a></span></dt>
<dt><span class="section"><a href="math_toolkit/toolkit/internals1/cf.html"> Continued Fraction
        Evaluation</a></span></dt>
<dt><span class="section"><a href="math_toolkit/toolkit/internals1/rational.html"> Polynomial
        and Rational Function Evaluation</a></span></dt>
<dt><span class="section"><a href="math_toolkit/toolkit/internals1/roots.html"> Root Finding
        With Derivatives</a></span></dt>
<dt><span class="section"><a href="math_toolkit/toolkit/internals1/roots2.html"> Root Finding
        Without Derivatives</a></span></dt>
<dt><span class="section"><a href="math_toolkit/toolkit/internals1/minima.html"> Locating Function
        Minima</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="math_toolkit/toolkit/internals2.html"> Testing and Development</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="math_toolkit/toolkit/internals2/polynomials.html"> Polynomials</a></span></dt>
<dt><span class="section"><a href="math_toolkit/toolkit/internals2/minimax.html"> Minimax Approximations
        and the Remez Algorithm</a></span></dt>
<dt><span class="section"><a href="math_toolkit/toolkit/internals2/error_test.html"> Relative
        Error and Testing</a></span></dt>
<dt><span class="section"><a href="math_toolkit/toolkit/internals2/test_data.html"> Graphing,
        Profiling, and Generating Test Data for Special Functions</a></span></dt>
</dl></dd>
</dl></dd>
<dt><span class="section"><a href="math_toolkit/using_udt.html"> Use with User Defined Floating-Point
    Types</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="math_toolkit/using_udt/use_ntl.html"> Using With NTL - a High-Precision
      Floating-Point Library</a></span></dt>
<dt><span class="section"><a href="math_toolkit/using_udt/concepts.html"> Conceptual Requirements
      for Real Number Types</a></span></dt>
<dt><span class="section"><a href="math_toolkit/using_udt/dist_concept.html"> Conceptual Requirements
      for Distribution Types</a></span></dt>
<dt><span class="section"><a href="math_toolkit/using_udt/archetypes.html"> Conceptual Archetypes
      and Testing</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="math_toolkit/policy.html"> Policies</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="math_toolkit/policy/pol_overview.html"> Policy Overview</a></span></dt>
<dt><span class="section"><a href="math_toolkit/policy/pol_tutorial.html"> Policy Tutorial</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="math_toolkit/policy/pol_tutorial/what_is_a_policy.html">
        So Just What is a Policy Anyway?</a></span></dt>
<dt><span class="section"><a href="math_toolkit/policy/pol_tutorial/policy_tut_defaults.html">
        Policies Have Sensible Defaults</a></span></dt>
<dt><span class="section"><a href="math_toolkit/policy/pol_tutorial/policy_usage.html"> So
        How are Policies Used Anyway?</a></span></dt>
<dt><span class="section"><a href="math_toolkit/policy/pol_tutorial/changing_policy_defaults.html">
        Changing the Policy Defaults</a></span></dt>
<dt><span class="section"><a href="math_toolkit/policy/pol_tutorial/ad_hoc_dist_policies.html">
        Setting Policies for Distributions on an Ad Hoc Basis</a></span></dt>
<dt><span class="section"><a href="math_toolkit/policy/pol_tutorial/ad_hoc_sf_policies.html">
        Changing the Policy on an Ad Hoc Basis for the Special Functions</a></span></dt>
<dt><span class="section"><a href="math_toolkit/policy/pol_tutorial/namespace_policies.html">
        Setting Policies at Namespace or Translation Unit Scope</a></span></dt>
<dt><span class="section"><a href="math_toolkit/policy/pol_tutorial/user_def_err_pol.html">
        Calling User Defined Error Handlers</a></span></dt>
<dt><span class="section"><a href="math_toolkit/policy/pol_tutorial/understand_dis_quant.html">
        Understanding Quantiles of Discrete Distributions</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="math_toolkit/policy/pol_ref.html"> Policy Reference</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="math_toolkit/policy/pol_ref/error_handling_policies.html">
        Error Handling Policies</a></span></dt>
<dt><span class="section"><a href="math_toolkit/policy/pol_ref/internal_promotion.html"> Internal
        Promotion Policies</a></span></dt>
<dt><span class="section"><a href="math_toolkit/policy/pol_ref/assert_undefined.html"> Mathematically
        Undefined Function Policies</a></span></dt>
<dt><span class="section"><a href="math_toolkit/policy/pol_ref/discrete_quant_ref.html"> Discrete
        Quantile Policies</a></span></dt>
<dt><span class="section"><a href="math_toolkit/policy/pol_ref/precision_pol.html"> Precision
        Policies</a></span></dt>
<dt><span class="section"><a href="math_toolkit/policy/pol_ref/iteration_pol.html"> Iteration
        Limits Policies</a></span></dt>
<dt><span class="section"><a href="math_toolkit/policy/pol_ref/policy_defaults.html"> Using
        macros to Change the Policy Defaults</a></span></dt>
<dt><span class="section"><a href="math_toolkit/policy/pol_ref/namespace_pol.html"> Setting
        Polices at Namespace Scope</a></span></dt>
<dt><span class="section"><a href="math_toolkit/policy/pol_ref/pol_ref_ref.html"> Policy Class
        Reference</a></span></dt>
</dl></dd>
</dl></dd>
<dt><span class="section"><a href="math_toolkit/perf.html"> Performance</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="math_toolkit/perf/perf_over.html"> Performance Overview</a></span></dt>
<dt><span class="section"><a href="math_toolkit/perf/interp.html"> Interpreting these Results</a></span></dt>
<dt><span class="section"><a href="math_toolkit/perf/getting_best.html"> Getting the Best Performance
      from this Library</a></span></dt>
<dt><span class="section"><a href="math_toolkit/perf/comp_compilers.html"> Comparing Compilers</a></span></dt>
<dt><span class="section"><a href="math_toolkit/perf/tuning.html"> Performance Tuning Macros</a></span></dt>
<dt><span class="section"><a href="math_toolkit/perf/comparisons.html"> Comparisons to Other
      Open Source Libraries</a></span></dt>
<dt><span class="section"><a href="math_toolkit/perf/perf_test_app.html"> The Performance Test
      Application</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="math_toolkit/backgrounders.html"> Backgrounders</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="math_toolkit/backgrounders/implementation.html"> Additional
      Implementation Notes</a></span></dt>
<dt><span class="section"><a href="math_toolkit/backgrounders/relative_error.html"> Relative
      Error</a></span></dt>
<dt><span class="section"><a href="math_toolkit/backgrounders/lanczos.html"> The Lanczos Approximation</a></span></dt>
<dt><span class="section"><a href="math_toolkit/backgrounders/remez.html"> The Remez Method</a></span></dt>
<dt><span class="section"><a href="math_toolkit/backgrounders/refs.html"> References</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="math_toolkit/status.html"> Library Status</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="math_toolkit/status/history1.html"> History and What's New</a></span></dt>
<dt><span class="section"><a href="math_toolkit/status/compilers.html"> Compilers</a></span></dt>
<dt><span class="section"><a href="math_toolkit/status/issues.html"> Known Issues, and Todo List</a></span></dt>
<dt><span class="section"><a href="math_toolkit/status/credits.html"> Credits and Acknowledgements</a></span></dt>
</dl></dd>
</dl>
</div>
<p>
    ISBN 0-9504833-2-X 978-0-9504833-2-0, Classification 519.2-dc22
  </p>
<p>
    This manual is also available in <a href="http:svn.boost.org/svn/boost/sandbox/pdf/math/release/math.pdf" target="_top">printer
    friendly PDF format</a>.
  </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"><p><small>Last revised: March 15, 2008 at 13:34:43 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>
<div class="spirit-nav"><a accesskey="n" href="math_toolkit/main_overview.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a></div>
</body>
</html>