summaryrefslogtreecommitdiff
path: root/libs/math/doc/html/math_toolkit/tuning.html
blob: e0bb558de85a14e4145ff1cce09ff4efeb603992 (plain)
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
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Performance Tuning Macros</title>
<link rel="stylesheet" href="../math.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../index.html" title="Math Toolkit 2.1.0">
<link rel="up" href="../perf.html" title="Chapter&#160;15.&#160;Performance">
<link rel="prev" href="comp_compilers.html" title="Comparing Compilers">
<link rel="next" href="comparisons.html" title="Comparisons to Other Open Source Libraries">
</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/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="comp_compilers.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../perf.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="comparisons.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="math_toolkit.tuning"></a><a class="link" href="tuning.html" title="Performance Tuning Macros">Performance Tuning Macros</a>
</h2></div></div></div>
<p>
      There are a small number of performance tuning options that are determined
      by configuration macros. These should be set in boost/math/tools/user.hpp;
      or else reported to the Boost-development mailing list so that the appropriate
      option for a given compiler and OS platform can be set automatically in our
      configuration setup.
    </p>
<div class="informaltable"><table class="table">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>
              <p>
                Macro
              </p>
            </th>
<th>
              <p>
                Meaning
              </p>
            </th>
</tr></thead>
<tbody>
<tr>
<td>
              <p>
                BOOST_MATH_POLY_METHOD
              </p>
            </td>
<td>
              <p>
                Determines how polynomials and most rational functions are evaluated.
                Define to one of the values 0, 1, 2 or 3: see below for the meaning
                of these values.
              </p>
            </td>
</tr>
<tr>
<td>
              <p>
                BOOST_MATH_RATIONAL_METHOD
              </p>
            </td>
<td>
              <p>
                Determines how symmetrical rational functions are evaluated: mostly
                this only effects how the Lanczos approximation is evaluated, and
                how the <code class="computeroutput"><span class="identifier">evaluate_rational</span></code>
                function behaves. Define to one of the values 0, 1, 2 or 3: see below
                for the meaning of these values.
              </p>
            </td>
</tr>
<tr>
<td>
              <p>
                BOOST_MATH_MAX_POLY_ORDER
              </p>
            </td>
<td>
              <p>
                The maximum order of polynomial or rational function that will be
                evaluated by a method other than 0 (a simple "for" loop).
              </p>
            </td>
</tr>
<tr>
<td>
              <p>
                BOOST_MATH_INT_TABLE_TYPE(RT, IT)
              </p>
            </td>
<td>
              <p>
                Many of the coefficients to the polynomials and rational functions
                used by this library are integers. Normally these are stored as tables
                as integers, but if mixed integer / floating point arithmetic is
                much slower than regular floating point arithmetic then they can
                be stored as tables of floating point values instead. If mixed arithmetic
                is slow then add:
              </p>
              <p>
                #define BOOST_MATH_INT_TABLE_TYPE(RT, IT) RT
              </p>
              <p>
                to boost/math/tools/user.hpp, otherwise the default of:
              </p>
              <p>
                #define BOOST_MATH_INT_TABLE_TYPE(RT, IT) IT
              </p>
              <p>
                Set in boost/math/config.hpp is fine, and may well result in smaller
                code.
              </p>
            </td>
</tr>
</tbody>
</table></div>
<p>
      The values to which <code class="computeroutput"><span class="identifier">BOOST_MATH_POLY_METHOD</span></code>
      and <code class="computeroutput"><span class="identifier">BOOST_MATH_RATIONAL_METHOD</span></code>
      may be set are as follows:
    </p>
<div class="informaltable"><table class="table">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>
              <p>
                Value
              </p>
            </th>
<th>
              <p>
                Effect
              </p>
            </th>
</tr></thead>
<tbody>
<tr>
<td>
              <p>
                0
              </p>
            </td>
<td>
              <p>
                The polynomial or rational function is evaluated using Horner's method,
                and a simple for-loop.
              </p>
              <p>
                Note that if the order of the polynomial or rational function is
                a runtime parameter, or the order is greater than the value of <code class="computeroutput"><span class="identifier">BOOST_MATH_MAX_POLY_ORDER</span></code>, then
                this method is always used, irrespective of the value of <code class="computeroutput"><span class="identifier">BOOST_MATH_POLY_METHOD</span></code> or <code class="computeroutput"><span class="identifier">BOOST_MATH_RATIONAL_METHOD</span></code>.
              </p>
            </td>
</tr>
<tr>
<td>
              <p>
                1
              </p>
            </td>
<td>
              <p>
                The polynomial or rational function is evaluated without the use
                of a loop, and using Horner's method. This only occurs if the order
                of the polynomial is known at compile time and is less than or equal
                to <code class="computeroutput"><span class="identifier">BOOST_MATH_MAX_POLY_ORDER</span></code>.
              </p>
            </td>
</tr>
<tr>
<td>
              <p>
                2
              </p>
            </td>
<td>
              <p>
                The polynomial or rational function is evaluated without the use
                of a loop, and using a second order Horner's method. In theory this
                permits two operations to occur in parallel for polynomials, and
                four in parallel for rational functions. This only occurs if the
                order of the polynomial is known at compile time and is less than
                or equal to <code class="computeroutput"><span class="identifier">BOOST_MATH_MAX_POLY_ORDER</span></code>.
              </p>
            </td>
</tr>
<tr>
<td>
              <p>
                3
              </p>
            </td>
<td>
              <p>
                The polynomial or rational function is evaluated without the use
                of a loop, and using a second order Horner's method. In theory this
                permits two operations to occur in parallel for polynomials, and
                four in parallel for rational functions. This differs from method
                "2" in that the code is carefully ordered to make the parallelisation
                more obvious to the compiler: rather than relying on the compiler's
                optimiser to spot the parallelisation opportunities. This only occurs
                if the order of the polynomial is known at compile time and is less
                than or equal to <code class="computeroutput"><span class="identifier">BOOST_MATH_MAX_POLY_ORDER</span></code>.
              </p>
            </td>
</tr>
</tbody>
</table></div>
<p>
      To determine which of these options is best for your particular compiler/platform
      build the performance test application with your usual release settings, and
      run the program with the --tune command line option.
    </p>
<p>
      In practice the difference between methods is rather small at present, as the
      following table shows. However, parallelisation /vectorisation is likely to
      become more important in the future: quite likely the methods currently supported
      will need to be supplemented or replaced by ones more suited to highly vectorisable
      processors in the future.
    </p>
<div class="table">
<a name="math_toolkit.tuning.a_comparison_of_polynomial_evalu"></a><p class="title"><b>Table&#160;15.3.&#160;A Comparison of Polynomial Evaluation Methods</b></p>
<div class="table-contents"><table class="table" summary="A Comparison of Polynomial Evaluation Methods">
<colgroup>
<col>
<col>
<col>
<col>
<col>
</colgroup>
<thead><tr>
<th>
              <p>
                Compiler/platform
              </p>
            </th>
<th>
              <p>
                Method 0
              </p>
            </th>
<th>
              <p>
                Method 1
              </p>
            </th>
<th>
              <p>
                Method 2
              </p>
            </th>
<th>
              <p>
                Method 3
              </p>
            </th>
</tr></thead>
<tbody>
<tr>
<td>
              <p>
                Microsoft C++ 9.0, Polynomial evaluation
              </p>
            </td>
<td>
              <p>
                </p>
<p>1.26</p>
<p> </p>
<p>(7.421e-008s)</p>
<p>
              </p>
            </td>
<td>
              <p>
                </p>
<p>1.22</p>
<p> </p>
<p>(7.226e-008s)</p>
<p>
              </p>
            </td>
<td>
              <p>
                </p>
<p><span class="bold"><strong>1.00</strong></span></p>
<p> </p>
<p>(5.901e-008s)</p>
<p>
              </p>
            </td>
<td>
              <p>
                </p>
<p>1.04</p>
<p> </p>
<p>(6.115e-008s)</p>
<p>
              </p>
            </td>
</tr>
<tr>
<td>
              <p>
                Microsoft C++ 9.0, Rational evaluation
              </p>
            </td>
<td>
              <p>
                </p>
<p><span class="bold"><strong>1.00</strong></span></p>
<p> </p>
<p>(1.008e-007s)</p>
<p>
              </p>
            </td>
<td>
              <p>
                </p>
<p><span class="bold"><strong>1.00</strong></span></p>
<p> </p>
<p>(1.008e-007s)</p>
<p>
              </p>
            </td>
<td>
              <p>
                </p>
<p>1.43</p>
<p> </p>
<p>(1.445e-007s)</p>
<p>
              </p>
            </td>
<td>
              <p>
                </p>
<p>1.40</p>
<p> </p>
<p>(1.409e-007s)</p>
<p>
              </p>
            </td>
</tr>
<tr>
<td>
              <p>
                Intel C++ 11.1 (Windows), Polynomial evaluation
              </p>
            </td>
<td>
              <p>
                </p>
<p>1.18</p>
<p> </p>
<p>(6.517e-008s)</p>
<p>
              </p>
            </td>
<td>
              <p>
                </p>
<p>1.18</p>
<p> </p>
<p>(6.505e-008s)</p>
<p>
              </p>
            </td>
<td>
              <p>
                </p>
<p><span class="bold"><strong>1.00</strong></span></p>
<p> </p>
<p>(5.516e-008s)</p>
<p>
              </p>
            </td>
<td>
              <p>
                </p>
<p><span class="bold"><strong>1.00</strong></span></p>
<p> </p>
<p>(5.516e-008s)</p>
<p>
              </p>
            </td>
</tr>
<tr>
<td>
              <p>
                Intel C++ 11.1 (Windows), Rational evaluation
              </p>
            </td>
<td>
              <p>
                </p>
<p><span class="bold"><strong>1.00</strong></span></p>
<p> </p>
<p>(8.947e-008s)</p>
<p>
              </p>
            </td>
<td>
              <p>
                </p>
<p>1.02</p>
<p> </p>
<p>(9.130e-008s)</p>
<p>
              </p>
            </td>
<td>
              <p>
                </p>
<p>1.49</p>
<p> </p>
<p>(1.333e-007s)</p>
<p>
              </p>
            </td>
<td>
              <p>
                </p>
<p>1.04</p>
<p> </p>
<p>(9.325e-008s)</p>
<p>
              </p>
            </td>
</tr>
<tr>
<td>
              <p>
                GNU G++ 4.2 (Linux), Polynomial evaluation
              </p>
            </td>
<td>
              <p>
                </p>
<p>1.61</p>
<p> </p>
<p>(1.220e-007s)</p>
<p>
              </p>
            </td>
<td>
              <p>
                </p>
<p>1.68</p>
<p> </p>
<p>(1.269e-007s)</p>
<p>
              </p>
            </td>
<td>
              <p>
                </p>
<p>1.23</p>
<p> </p>
<p>(9.275e-008s)</p>
<p>
              </p>
            </td>
<td>
              <p>
                </p>
<p><span class="bold"><strong>1.00</strong></span></p>
<p> </p>
<p>(7.566e-008s)</p>
<p>
              </p>
            </td>
</tr>
<tr>
<td>
              <p>
                GNU G++ 4.2 (Linux), Rational evaluation
              </p>
            </td>
<td>
              <p>
                </p>
<p>1.26</p>
<p> </p>
<p>(1.660e-007s)</p>
<p>
              </p>
            </td>
<td>
              <p>
                </p>
<p>1.33</p>
<p> </p>
<p>(1.758e-007s)</p>
<p>
              </p>
            </td>
<td>
              <p>
                </p>
<p><span class="bold"><strong>1.00</strong></span></p>
<p> </p>
<p>(1.318e-007s)</p>
<p>
              </p>
            </td>
<td>
              <p>
                </p>
<p>1.15</p>
<p> </p>
<p>(1.513e-007s)</p>
<p>
              </p>
            </td>
</tr>
<tr>
<td>
              <p>
                Intel C++ 10.0 (Linux), Polynomial evaluation
              </p>
            </td>
<td>
              <p>
                </p>
<p>1.15</p>
<p> </p>
<p>(9.154e-008s)</p>
<p>
              </p>
            </td>
<td>
              <p>
                </p>
<p>1.15</p>
<p> </p>
<p>(9.154e-008s)</p>
<p>
              </p>
            </td>
<td>
              <p>
                </p>
<p><span class="bold"><strong>1.00</strong></span></p>
<p> </p>
<p>(7.934e-008s)</p>
<p>
              </p>
            </td>
<td>
              <p>
                </p>
<p><span class="bold"><strong>1.00</strong></span></p>
<p> </p>
<p>(7.934e-008s)</p>
<p>
              </p>
            </td>
</tr>
<tr>
<td>
              <p>
                Intel C++ 10.0 (Linux), Rational evaluation
              </p>
            </td>
<td>
              <p>
                </p>
<p><span class="bold"><strong>1.00</strong></span></p>
<p> </p>
<p>(1.245e-007s)</p>
<p>
              </p>
            </td>
<td>
              <p>
                </p>
<p><span class="bold"><strong>1.00</strong></span></p>
<p> </p>
<p>(1.245e-007s)</p>
<p>
              </p>
            </td>
<td>
              <p>
                </p>
<p>1.35</p>
<p> </p>
<p>(1.684e-007s)</p>
<p>
              </p>
            </td>
<td>
              <p>
                </p>
<p>1.04</p>
<p> </p>
<p>(1.294e-007s)</p>
<p>
              </p>
            </td>
</tr>
</tbody>
</table></div>
</div>
<br class="table-break"><p>
      There is one final performance tuning option that is available as a compile
      time <a class="link" href="../policy.html" title="Chapter&#160;14.&#160;Policies: Controlling Precision, Error Handling etc">policy</a>. Normally when evaluating functions
      at <code class="computeroutput"><span class="keyword">double</span></code> precision, these are
      actually evaluated at <code class="computeroutput"><span class="keyword">long</span> <span class="keyword">double</span></code>
      precision internally: this helps to ensure that as close to full <code class="computeroutput"><span class="keyword">double</span></code> precision as possible is achieved, but
      may slow down execution in some environments. The defaults for this policy
      can be changed by <a class="link" href="pol_ref/policy_defaults.html" title="Using Macros to Change the Policy Defaults">defining
      the macro <code class="computeroutput"><span class="identifier">BOOST_MATH_PROMOTE_DOUBLE_POLICY</span></code></a>
      to <code class="computeroutput"><span class="keyword">false</span></code>, or <a class="link" href="pol_ref/internal_promotion.html" title="Internal Floating-point Promotion Policies">by
      specifying a specific policy</a> when calling the special functions or distributions.
      See also the <a class="link" href="pol_tutorial.html" title="Policy Tutorial">policy tutorial</a>.
    </p>
<div class="table">
<a name="math_toolkit.tuning.performance_comparison_with_and_"></a><p class="title"><b>Table&#160;15.4.&#160;Performance Comparison with and Without Internal Promotion to long double</b></p>
<div class="table-contents"><table class="table" summary="Performance Comparison with and Without Internal Promotion to long double">
<colgroup>
<col>
<col>
<col>
</colgroup>
<thead><tr>
<th>
              <p>
                Function
              </p>
            </th>
<th>
              <p>
                GCC 4.2 , Linux
              </p>
              <p>
                (with internal promotion of double to long double).
              </p>
            </th>
<th>
              <p>
                GCC 4.2, Linux
              </p>
              <p>
                (without promotion of double).
              </p>
            </th>
</tr></thead>
<tbody>
<tr>
<td>
              <p>
                <a class="link" href="sf_erf/error_function.html" title="Error Functions">erf</a>
              </p>
            </td>
<td>
              <p>
                </p>
<p>1.48</p>
<p> </p>
<p>(1.387e-007s)</p>
<p>
              </p>
            </td>
<td>
              <p>
                </p>
<p><span class="bold"><strong>1.00</strong></span></p>
<p> </p>
<p>(9.377e-008s)</p>
<p>
              </p>
            </td>
</tr>
<tr>
<td>
              <p>
                <a class="link" href="sf_erf/error_inv.html" title="Error Function Inverses">erf_inv</a>
              </p>
            </td>
<td>
              <p>
                </p>
<p>1.11</p>
<p> </p>
<p>(4.009e-007s)</p>
<p>
              </p>
            </td>
<td>
              <p>
                </p>
<p><span class="bold"><strong>1.00</strong></span></p>
<p> </p>
<p>(3.598e-007s)</p>
<p>
              </p>
            </td>
</tr>
<tr>
<td>
              <p>
                <a class="link" href="sf_beta/ibeta_function.html" title="Incomplete Beta Functions">ibeta</a>
                and <a class="link" href="sf_beta/ibeta_function.html" title="Incomplete Beta Functions">ibetac</a>
              </p>
            </td>
<td>
              <p>
                </p>
<p>1.29</p>
<p> </p>
<p>(5.354e-006s)</p>
<p>
              </p>
            </td>
<td>
              <p>
                </p>
<p><span class="bold"><strong>1.00</strong></span></p>
<p> </p>
<p>(4.137e-006s)</p>
<p>
              </p>
            </td>
</tr>
<tr>
<td>
              <p>
                <a class="link" href="sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">ibeta_inv</a>
                and <a class="link" href="sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">ibetac_inv</a>
              </p>
            </td>
<td>
              <p>
                </p>
<p>1.44</p>
<p> </p>
<p>(2.220e-005s)</p>
<p>
              </p>
            </td>
<td>
              <p>
                </p>
<p><span class="bold"><strong>1.00</strong></span></p>
<p> </p>
<p>(1.538e-005s)</p>
<p>
              </p>
            </td>
</tr>
<tr>
<td>
              <p>
                <a class="link" href="sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">ibeta_inva</a>,
                <a class="link" href="sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">ibetac_inva</a>,
                <a class="link" href="sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">ibeta_invb</a>
                and <a class="link" href="sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">ibetac_invb</a>
              </p>
            </td>
<td>
              <p>
                </p>
<p>1.25</p>
<p> </p>
<p>(7.009e-005s)</p>
<p>
              </p>
            </td>
<td>
              <p>
                </p>
<p><span class="bold"><strong>1.00</strong></span></p>
<p> </p>
<p>(5.607e-005s)</p>
<p>
              </p>
            </td>
</tr>
<tr>
<td>
              <p>
                <a class="link" href="sf_gamma/igamma.html" title="Incomplete Gamma Functions">gamma_p</a> and
                <a class="link" href="sf_gamma/igamma.html" title="Incomplete Gamma Functions">gamma_q</a>
              </p>
            </td>
<td>
              <p>
                </p>
<p>1.26</p>
<p> </p>
<p>(3.116e-006s)</p>
<p>
              </p>
            </td>
<td>
              <p>
                </p>
<p><span class="bold"><strong>1.00</strong></span></p>
<p> </p>
<p>(2.464e-006s)</p>
<p>
              </p>
            </td>
</tr>
<tr>
<td>
              <p>
                <a class="link" href="sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">gamma_p_inv</a>
                and <a class="link" href="sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">gamma_q_inv</a>
              </p>
            </td>
<td>
              <p>
                </p>
<p>1.27</p>
<p> </p>
<p>(1.178e-005s)</p>
<p>
              </p>
            </td>
<td>
              <p>
                </p>
<p><span class="bold"><strong>1.00</strong></span></p>
<p> </p>
<p>(9.291e-006s)</p>
<p>
              </p>
            </td>
</tr>
<tr>
<td>
              <p>
                <a class="link" href="sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">gamma_p_inva</a>
                and <a class="link" href="sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">gamma_q_inva</a>
              </p>
            </td>
<td>
              <p>
                </p>
<p>1.20</p>
<p> </p>
<p>(2.765e-005s)</p>
<p>
              </p>
            </td>
<td>
              <p>
                </p>
<p><span class="bold"><strong>1.00</strong></span></p>
<p> </p>
<p>(2.311e-005s)</p>
<p>
              </p>
            </td>
</tr>
</tbody>
</table></div>
</div>
<br class="table-break">
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright &#169; 2006-2010, 2012-2014 Nikhar Agrawal,
      Anton Bikineev, Paul A. Bristow, Marco Guazzone, Christopher Kormanyos, Hubert
      Holin, Bruno Lalande, John Maddock, Johan R&#229;de, Gautam Sewani, Benjamin Sobotta,
      Thijs van den Berg, Daryle Walker and Xiaogang Zhang<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></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="comp_compilers.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../perf.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="comparisons.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>