2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-29 19:52:08 +00:00
Commit Graph

659 Commits

Author SHA1 Message Date
Paul A. Bristow
2726a04151 Update for new distributions
[SVN r66726]
2010-11-24 16:47:58 +00:00
John Maddock
ded3b78a05 Update distribution concept checks to test ad-hoc member functions as well as the generic ones.
Fix typo in docs and regenerate.

[SVN r66689]
2010-11-22 19:00:55 +00:00
John Maddock
aee7090820 Fixes #4879.
[SVN r66685]
2010-11-22 16:31:42 +00:00
Bryce Adelstein-Lelbach
6d780cab92 Added a detail header for fenv. Please use boost/detail/fenv.hpp in Boost code
to avoid problems with Clang/glibc.



[SVN r66458]
2010-11-08 17:10:25 +00:00
Bryce Adelstein-Lelbach
c78863943a Clang hand-holding, mostly for issues caused by Clang defining GCC macros.
[SVN r66442]
2010-11-07 20:05:04 +00:00
John Maddock
022bb7b8f1 Tentative fix for WinCE failures.
[SVN r66070]
2010-10-18 11:19:06 +00:00
John Maddock
addb71354b Add more workaround code for numeric underflow/overflow.
[SVN r65714]
2010-10-01 15:54:03 +00:00
John Maddock
bbc5edfe1c Add concept checks for new distributions.
Fix Linux gcc failures for new distributions.

[SVN r65694]
2010-09-30 17:16:14 +00:00
Paul A. Bristow
2707de07b1 checked with better tests.
[SVN r65658]
2010-09-29 08:57:51 +00:00
Paul A. Bristow
1e0c9feaf1 layout and comments etc
[SVN r65657]
2010-09-29 08:56:06 +00:00
John Maddock
9c9e9eecef Fix integer argument promotion, to simplify code and suppress warnings.
[SVN r65631]
2010-09-27 14:36:18 +00:00
Ralf W. Grosse-Kunstleve
49a9039689 boost/math/distributions/inverse_chi_squared.hpp: bug fix (compilation errors with g++ 4)
[SVN r65516]
2010-09-21 16:03:23 +00:00
Paul A. Bristow
8d2cfeada9 Add inverse chi square distribution
[SVN r65485]
2010-09-20 15:52:41 +00:00
John Maddock
b85756d2cc Improve error handling and fix Linux errors.
[SVN r65444]
2010-09-17 18:13:45 +00:00
Paul A. Bristow
05bd2c0043 Add inverse_chi_squared_distribution to fwd list
[SVN r65425]
2010-09-15 15:40:44 +00:00
Paul A. Bristow
5c354f4354 1st draft
[SVN r65424]
2010-09-15 15:39:43 +00:00
Paul A. Bristow
c8f818f4b8 added x = 0 special case. Example runs OK. Need to rebuild trunk libs to test.
[SVN r65329]
2010-09-07 13:57:12 +00:00
John Maddock
0c633f0b6e Change the use of tuples, so that we use std::tuple when available.
Fix bug in calculation of initial guess in the incomplete gamma inverse.
Fix illegal comment in inverse_gamma.hpp source file.
Update docs to reflect tuple changes.
Regenerate docs.
Add Jamfile for the tools directory and make sure everything still builds cleanly.

[SVN r65320]
2010-09-06 15:13:23 +00:00
Paul A. Bristow
5dffa5f7ad Add several new distributions
[SVN r65122]
2010-08-30 09:02:02 +00:00
John Maddock
434414f58e Added workaround for Intel compiler, which has sporadic issues with fpclassify on Linux.
Fixes #4592.

[SVN r65015]
2010-08-26 12:29:12 +00:00
John Maddock
8d719c3ff4 Prevent macro expansion of isfinite.
[SVN r64983]
2010-08-24 17:13:04 +00:00
Paul A. Bristow
4d2e34c523 new inverse gamma distribution
[SVN r64969]
2010-08-23 11:58:39 +00:00
Paul A. Bristow
80911e889a added inverse-gamma distribution
[SVN r64968]
2010-08-23 11:55:51 +00:00
Paul A. Bristow
bbff4a61c6 T result = 0; // Just to avoid warning C4701: potentially uninitialized local variable 'result' used
[SVN r64889]
2010-08-18 15:52:13 +00:00
Paul A. Bristow
35655664a7 warning C4244 suppressed by using static_cast<realType>(0)
[SVN r64888]
2010-08-18 15:23:37 +00:00
Paul A. Bristow
50dd77b5a8 warning C4244 suppressed by using static_cast<realType>
[SVN r64886]
2010-08-18 13:10:19 +00:00
John Maddock
4372c68f55 Fix gcc-3.2.x compiler errors.
Fixes #4507.

[SVN r64789]
2010-08-13 17:26:28 +00:00
John Maddock
b11676fa67 Added test cases for issue #4504.
Tidied up inverse-Student's t evaluation a touch.
Fixes #4504.

[SVN r64597]
2010-08-04 15:47:30 +00:00
John Maddock
94a309749f Fix typo in polynomial approximations.
Refs #4504.

[SVN r64577]
2010-08-03 17:31:20 +00:00
John Maddock
999f37a21e Fix signed/unsigned comparison warnings when char is unsigned.
[SVN r63496]
2010-07-01 17:47:51 +00:00
John Maddock
f9562e1c92 Oops missed this file in last commit.
[SVN r63424]
2010-06-29 08:24:29 +00:00
John Maddock
2ed2a883ba Make the compile time gcd facilities work with greatest integer types, and be mpl compatible.
[SVN r63408]
2010-06-28 15:32:19 +00:00
Paul A. Bristow
95d3d4d406 Corrected support minimum to 0 (was 1).
[SVN r62380]
2010-06-02 14:49:22 +00:00
John Maddock
ac3a1ef164 Change to use new symbol visibility macros.
[SVN r62200]
2010-05-25 14:45:54 +00:00
John Maddock
200b0f7717 Fix cbrt's internal promotion rules.
Update tests to match.

[SVN r62087]
2010-05-18 17:24:01 +00:00
John Maddock
7ab7d21eae Fix failures when used with an expression-template enabled number type such as the gmpxx clases.
Add additional concept check for integer code using gmp classes.
Fixes #4139.

[SVN r61837]
2010-05-07 15:36:09 +00:00
John Maddock
c7e0965ce9 Previous fix doesn't work for later GCC versions, revert.
[SVN r61815]
2010-05-06 12:33:40 +00:00
John Maddock
0dd75b6c47 Prevent multiple definitions of BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS.
[SVN r61807]
2010-05-06 10:23:56 +00:00
John Maddock
45db115f9d Disable long double support when the C++ runtime does not support it either.
Fixes #3825.

[SVN r61806]
2010-05-06 10:21:18 +00:00
Douglas Gregor
81c8795897 Eliminate redundant (and incorrect) using declarations at function scope.
[SVN r61700]
2010-04-30 07:10:56 +00:00
Douglas Gregor
9257a12d1b Eliminate a redundant BOOST_MATH_STD_USING; we aren't allowed to redeclare declarations in function scope
[SVN r61595]
2010-04-26 22:57:02 +00:00
John Maddock
7a7e393485 Fix boost::math::round to handle halfway cases correctly.
Update tests accordingly.
Update boost::math::fmod docs to make sign and rounding direction clear.

[SVN r61252]
2010-04-13 16:50:46 +00:00
John Maddock
cd64856ff5 Improve the performance of the Bessel functions, and update docs.
[SVN r59274]
2010-01-27 13:16:14 +00:00
John Maddock
ea35733550 Add tgamma1pm1 speed test.
Suppress some more gcc warnings: in particular make sure that our C99 functions have the same throw specification as the functions in math.h.

[SVN r59129]
2010-01-18 17:07:03 +00:00
John Maddock
1a5044497d Change cbrt implementation to use a better performing algorithm.
Fix a few warnings along the way.

[SVN r59095]
2010-01-17 17:28:34 +00:00
John Maddock
488701a7e3 Suppress unused parameter warning.
[SVN r57509]
2009-11-09 12:26:02 +00:00
John Maddock
75f47f2cad remove surplus const-qualifiers.
[SVN r57354]
2009-11-04 12:15:05 +00:00
John Maddock
ba698c2297 Improve ibeta error handling, update and regenerate docs. Update tests.
Fixes #3533.

[SVN r57045]
2009-10-21 15:53:28 +00:00
John Maddock
cc52a19fb4 Improve ibeta error handling, and add new tests.
[SVN r57040]
2009-10-21 12:27:38 +00:00
John Maddock
ebc86f03d8 Update performance test results.
Adjust msvc performance tuning.

[SVN r56818]
2009-10-14 12:04:07 +00:00