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

1583 Commits

Author SHA1 Message Date
Paul A. Bristow
8537721578 typo
[SVN r65108]
2010-08-29 17:57:22 +00:00
Paul A. Bristow
6cf54f79ee inverse_gamma distribution 1st draft
[SVN r65107]
2010-08-29 17:51:21 +00:00
Paul A. Bristow
c673738d9e Removed "using namespace ...;" to try to avoid ambiguity in name binomial_distribution which is the std:: (random) and boost::math
[SVN r65017]
2010-08-26 13:29:29 +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
c9c18d61af add test of inverse_gamma distributiont
[SVN r64970]
2010-08-23 14:55:22 +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
f52488a504 1st version of test
[SVN r64967]
2010-08-23 11:54:27 +00:00
Paul A. Bristow
8db4067d4a Checked output for VS2010
[SVN r64966]
2010-08-23 11:48:53 +00:00
Paul A. Bristow
d8161bad51 Added comment on pch.hpp include needed.
[SVN r64965]
2010-08-23 11:46:47 +00:00
Paul A. Bristow
bb07710d9f Added comment on pch.hpp include needed.
[SVN r64964]
2010-08-23 11:45:37 +00:00
John Maddock
ae553f0c29 Fix typo and regenerate docs.
Fixes #4518.

[SVN r64963]
2010-08-23 10:28:00 +00:00
John Maddock
6f2f30df10 Correct equations used for generic version of tgamma - equations should now match those used for igamma and the actual code.
Fixes #4583.

[SVN r64962]
2010-08-23 09:01:39 +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
8c4a174477 Change build options to use -fvisibility-hidden only when the gcc compiler actually supports it.
[SVN r64800]
2010-08-14 16:08:49 +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
ffda1f1ee9 Fix typos and regenerate docs.
Fixes #4520.

[SVN r64677]
2010-08-08 11:56:11 +00:00
John Maddock
a72b7ed2eb Fix typo in equation.
Fixes #4519.

[SVN r64666]
2010-08-07 17:09:37 +00:00
John Maddock
866f6278ba Fix typo. Fixes #4518.
[SVN r64665]
2010-08-07 16:35:53 +00:00
John Maddock
e35a561836 Update docs to match recent fixes.
[SVN r64655]
2010-08-07 10:40:21 +00:00
John Maddock
53d56d58ad Set linkage requirements for cygwin/mingw - fixes #4499.
[SVN r64629]
2010-08-06 09:29:04 +00:00
John Maddock
96f28fa442 Up the tolerance for the new quantile tests, as these fail for sun otherwise.
[SVN r64624]
2010-08-06 08:26:16 +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
0a03b690c6 Update docs to match recent changes.
[SVN r64053]
2010-07-15 17:07:47 +00:00
Daniel James
3f86e4ba70 Rebuild math documentation.
[SVN r63507]
2010-07-01 22:22:00 +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
087a0dbb3b Update docs to match code.
[SVN r63409]
2010-06-28 15:59:21 +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
Daniel James
6eb0a458b7 Update various libraries' documentation build.
Mostly to use the images and css files under doc/src instead of
doc/html, usually be deleting the settings in order to use the defaults.
Also add 'boost.root' to some builds in order to fix links which rely on
it.

[SVN r63146]
2010-06-20 18:00:48 +00:00
Paul A. Bristow
d4382d90e2 Corrected graphs for support from 0 (not 1) so start at origin. Both svg and converted to png with Inkscape versions.
[SVN r62381]
2010-06-02 15:16:20 +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
1430c09c19 Update to use hidden visibility where possible.
[SVN r62201]
2010-05-25 14:51:38 +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
John Maddock
975734b135 Change HP aCC fix version.
[SVN r61612]
2010-04-27 12:18:15 +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
d0d0a58cd4 Add Boost.Build configuration support.
[SVN r61300]
2010-04-15 16:05:39 +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
b3f10fe6ed Fix typo in rising_factorial docs and regenerate HTML.
[SVN r60909]
2010-03-29 11:09:51 +00:00
Vladimir Prus
d110663674 Somewhat simplify Boost.Math configuration checks
[SVN r60658]
2010-03-16 22:24:52 +00:00