Commit Graph

5028 Commits

Author SHA1 Message Date
Paul A. Bristow
0617e03ad3 Comment out display of pdf(dist, 0.45) and retest skew_normal.hpp
[SVN r79812]
2012-07-31 11:18:11 +00:00
Paul A. Bristow
848c0da5c9 Removed tabs
[SVN r79811]
2012-07-31 11:15:30 +00:00
Paul A. Bristow
4ad388a10e Remove non-ASCII char in comment.
[SVN r79810]
2012-07-31 10:57:22 +00:00
Paul A. Bristow
7930b8b8a4 Explicit boost::math::policies::domain_error; and pole_error to avoid complaint of duplicate declaration by Intel-Darwin-12. (but unclear where a duplicate declaration actually exists).
[SVN r79806]
2012-07-30 19:53:14 +00:00
Paul A. Bristow
571ed0ebaa Further revision of students t tests, making inline to hope to avoid gcc compile problem.
[SVN r79795]
2012-07-29 09:45:42 +00:00
Paul A. Bristow
e71253c782 Revised checks on moments and return values
[SVN r79770]
2012-07-27 15:34:35 +00:00
Paul A. Bristow
76c9e6d678 Revised checks on moments and return values.
[SVN r79769]
2012-07-27 15:29:44 +00:00
Paul A. Bristow
9c3898d306 Revised for Trac #7717
[SVN r79760]
2012-07-26 18:04:02 +00:00
Paul A. Bristow
b12334ba6e Revised for Trac #7717
[SVN r79759]
2012-07-26 18:03:32 +00:00
Paul A. Bristow
7e54754504 Updated tests to use new macro BOOST_NO_CXX11_NUMERIC_LIMITS
[SVN r79741]
2012-07-25 13:35:27 +00:00
Paul A. Bristow
fb2f55ca04 Added Warning and tip about using nextafter etc.
[SVN r79721]
2012-07-24 11:32:17 +00:00
John Maddock
513d4aedfc Fix up Linux x64 tests a little better - note that the test with the FPU in FTZ mode still fail pretty badly, especially with Intel-12.1
[SVN r79576]
2012-07-17 16:54:41 +00:00
John Maddock
c2e90167f7 Tentative fix for issue #4445.
Adds tests for next.hpp when using the SSE2 instruction set in DAZ and FTZ modes.
Note that FTZ mode is particularly pernicious as non-zeros can change to zeros at random points in program flow depending upon the exact instructions generated by the compiler - thus breaking program logic/invariants.
Refs #4445.

[SVN r79572]
2012-07-17 09:22:59 +00:00
Marshall Clow
efda20531b Merge macro changes for Boost.Math; no functionality change
[SVN r79531]
2012-07-15 14:38:46 +00:00
John Maddock
c3da72b1b2 Fix typo in Hankel function implementation that causes incorrect values to be returned for x < 0 and v an odd integer.
Add additional Hankel function tests.
Add a couple of missing header inclusion tests.
Update history in docs, and regenerate HTML.
Fixes #7135.

[SVN r79510]
2012-07-14 18:34:01 +00:00
John Maddock
31458502ff Merge changes from trunk:
Fix PDF install rule so that it's explicit and automatically invokes a PDF build when specified on the command line.
So "bjam pdfinstall" will now build and install the PDF to the current directory.
This works around some problems that the previous versions had if the user did not have an FO processor installed (basically Daniel James was unable to build the HTML docs for the distribution if the pdfinstall rule was implicit).


[SVN r79500]
2012-07-14 16:05:50 +00:00
John Maddock
eb5bc7ebfc Fix PDF install rule so that it's explicit and automatically invokes a PDF build when specified on the command line.
So "bjam pdfinstall" will now build and install the PDF to the current directory.
This works around some problems that the previous versions had if the user did not have an FO processor installed (basically Daniel James was unable to build the HTML docs for the distribution if the pdfinstall rule was implicit).

[SVN r79492]
2012-07-14 11:21:03 +00:00
John Maddock
ff4a3a8ae2 Document #7099 as fixed.
Fixes #7099.

[SVN r79444]
2012-07-12 11:20:02 +00:00
John Maddock
ab500ddb31 Update history and regenerate docs.
[SVN r79441]
2012-07-12 10:26:23 +00:00
John Maddock
cfd28e0e05 Tentative fix #2 for TI compiler error.
Refs #7099.

[SVN r79439]
2012-07-12 09:53:18 +00:00
John Maddock
c585419ec2 Allow fpclassify and friends to be used with integer types via the usual promotion mechanism.
Fixes #6517.

[SVN r79438]
2012-07-12 09:51:32 +00:00
John Maddock
58e250eb1f Ditch anonymous union - it causes GCC-4.4 to choke.
Fixes #6362.

[SVN r79421]
2012-07-11 17:28:54 +00:00
John Maddock
176a695ec0 Fix double inclusion of <complex> which causes use of Boost.TR1 to fail.
Fixes #7053.

[SVN r79420]
2012-07-11 17:27:27 +00:00
John Maddock
b1d516cf49 Fix numeric_limits specialization.
[SVN r79419]
2012-07-11 17:26:05 +00:00
Marshall Clow
985d3cdc00 Switch from deprecated macros to new shiny ones; no functionality change
[SVN r79417]
2012-07-11 16:21:28 +00:00
John Maddock
f73f66b454 Tentative fix for compilers that treat floating point constants smaller than a 64-bit double can hold as hard errors.
Refs #7099.

[SVN r79332]
2012-07-07 11:18:09 +00:00
John Maddock
629db84174 Fix file line ending.
Fixes #7062.
Fixes #7097.

[SVN r79317]
2012-07-06 16:17:39 +00:00
Paul A. Bristow
e339ad75d2 Two temporary tests for which platforms provide numeric_limits max_digits10 and if BOOST_NO_NUMERIC_LIMITS_LOWEST is a suitable macro to check that max_digtsi10 is implemented before using in Boost.Test for radix10 when the Kahan formula is not applicable.
[SVN r79260]
2012-07-04 13:58:56 +00:00
John Maddock
19f78ac0ac Fix actual and potential integer divisions when using integer constants.
Fixes #7024.

[SVN r79154]
2012-06-28 12:09:09 +00:00
John Maddock
26d92a55f0 Add missing include guards.
Fixes #7001.

[SVN r79027]
2012-06-21 09:18:47 +00:00
John Maddock
4364504518 Update Jacobi docs - should use u rather than phi for argument.
Add simple intro with references.
Regenerate docs.

[SVN r78909]
2012-06-12 11:45:28 +00:00
John Maddock
86ecf82a54 Regenerate docs.
[SVN r78844]
2012-06-07 12:20:52 +00:00
Paul A. Bristow
5c64d6e047 Corrected #include filenames etc.
[SVN r78829]
2012-06-06 11:30:24 +00:00
Paul A. Bristow
14762d7522 Added new constants example to jamfile. OK on MSVC
[SVN r78828]
2012-06-06 11:27:47 +00:00
Paul A. Bristow
94c61bd9e7 Example of using constants
[SVN r78827]
2012-06-06 11:26:58 +00:00
Paul A. Bristow
98acfb8a5d Various small changes about revised error handling and checking ready for 1.51
[SVN r78805]
2012-06-04 13:24:44 +00:00
John Maddock
d6236139df Fix for GCC/Linux failure.
[SVN r78790]
2012-06-01 11:58:56 +00:00
John Maddock
fbc849c24e Enhance exponential_distribution tests.
Refs #6934.

[SVN r78784]
2012-05-31 11:58:06 +00:00
John Maddock
6007215c95 Update more distribution tests for fisher_f and extreme_value and fix failures.
Refs #6934.

[SVN r78783]
2012-05-31 11:15:42 +00:00
Paul A. Bristow
b66b890912 Added check out of range
[SVN r78782]
2012-05-31 11:11:21 +00:00
Paul A. Bristow
3f93aff61d Added checks for non finite parameter and x = NaN
[SVN r78781]
2012-05-31 11:10:50 +00:00
John Maddock
73c9b11179 Update more distribution tests, from Inverse* down to gamma.
Refs #6934.

[SVN r78778]
2012-05-31 10:18:02 +00:00
Paul A. Bristow
ccc3291da6 added check_out_of Range
[SVN r78777]
2012-05-31 09:36:24 +00:00
Paul A. Bristow
4dd9452c22 Corrected failure to check for NaN in quantiles. UNsure if df should include zero.
[SVN r78776]
2012-05-31 09:35:52 +00:00
John Maddock
392fbeeddd Add extra error tests for negative_binomial to laplace distros.
Refs #6934.

[SVN r78773]
2012-05-30 18:15:41 +00:00
John Maddock
41bd4bd442 Update to use new out-of-bounds error checking.
Refs #6934.

[SVN r78771]
2012-05-30 16:52:18 +00:00
Paul A. Bristow
c732b6e85b Corrected comments.
[SVN r78770]
2012-05-30 16:39:37 +00:00
Paul A. Bristow
70868fb2a2 Added out of range checks (and normal.hpp now range infinity if supported.
[SVN r78769]
2012-05-30 16:39:12 +00:00
Paul A. Bristow
a72f149301 Changed range to infinity if supported.
[SVN r78768]
2012-05-30 16:35:59 +00:00
Paul A. Bristow
c30e63349a Added out of range checks
[SVN r78767]
2012-05-30 16:32:12 +00:00