2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-31 08:22:09 +00:00
Commit Graph

2091 Commits

Author SHA1 Message Date
Marshall Clow
fa63122087 Release 1.51.0
[SVN r80098]
boost-1.51.0
2012-08-20 22:07:05 +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
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
0490049642 Merge doc update.
[SVN r78477]
2012-05-15 10:58:34 +00:00
John Maddock
7df6adb4e0 Merge changes from Boost.Math to release.
New constants code, new Hankel and owens_t special functions, new skew normal distribution.
Updated docs.

[SVN r78472]
2012-05-14 17:01:32 +00:00
John Maddock
2fdb5f551f Quash some minor warnings.
[SVN r78422]
2012-05-11 17:13:03 +00:00
John Maddock
9834bafe7e Add needed forward declarations (keeps GCC-4.7.0 happy).
[SVN r78400]
2012-05-10 09:16:26 +00:00
John Maddock
be63e63891 Fix a pair of typos (one a clear bug).
[SVN r78316]
2012-05-03 17:20:24 +00:00
Paul A. Bristow
d686640c63 Added constant ln_ten
[SVN r78289]
2012-05-01 11:01:46 +00:00
Paul A. Bristow
b0021e4c28 Added constant ln_ten
[SVN r78288]
2012-05-01 10:42:14 +00:00
John Maddock
b9094f3828 Change to use static linking throughout, otherwise things get a little confused.
[SVN r78269]
2012-04-30 14:08:02 +00:00
John Maddock
78fc9fb7d6 Some more IBM C++ fixes.
[SVN r78264]
2012-04-30 11:38:20 +00:00
John Maddock
aa64d8dc00 Add forwarding-policy to hankel functions.
Updated docs with links to more info.

[SVN r78256]
2012-04-29 16:54:10 +00:00
John Maddock
be93fe3b95 Rename hankel_hX to hankel_X.
Update tests and docs for Hankel functions.

[SVN r78253]
2012-04-29 12:39:28 +00:00
John Maddock
d099a2bbf0 Add first draft of Hankel functions.
Add some Math lib docs that were previously missing.

[SVN r78245]
2012-04-28 17:59:37 +00:00
John Maddock
fe611467f4 Fix up tests to not run real_concept tests when BOOST_MATH_NO_REAL_CONCEPT_TESTS is set.
[SVN r78208]
2012-04-26 15:48:42 +00:00
John Maddock
29df9d5de8 Update docs to match source on thread safety issues.
[SVN r78207]
2012-04-26 09:50:03 +00:00
John Maddock
ac0d76900a Add code to force initialization of constants prior to the start of main().
Rename "do_nothing" to "force_instantiate" which better describes what it does.
Fix up the resulting failures.

[SVN r78193]
2012-04-25 17:16:09 +00:00
John Maddock
e1fc40cf11 Yet another try at getting constexp usage correct!
Refs #6820.

[SVN r78160]
2012-04-23 15:13:10 +00:00
Paul A. Bristow
fe318046c6 Added ref to Mathematica spot values.
[SVN r78153]
2012-04-23 08:29:48 +00:00
John Maddock
57ea3994be Update Owen's T docs, and TODO notes.
Regenerate docs.

[SVN r78137]
2012-04-22 16:10:55 +00:00
Paul A. Bristow
39ef91ac9d Update to Owens for extra formula and reference, and to roadmap
[SVN r78134]
2012-04-22 11:45:33 +00:00
John Maddock
73bd07a44d Fix constexp usage.
[SVN r78133]
2012-04-22 11:17:08 +00:00
John Maddock
ec742b4b80 Merge Owen's T function and Skew Normal code from sandbox and fix whatever failures show up.
Regenerate docs.

[SVN r78130]
2012-04-22 10:23:03 +00:00
John Maddock
ba18f9b7ff Don't declare over-large constants in test_long_double_support.cpp
[SVN r78109]
2012-04-21 08:58:57 +00:00
John Maddock
ad520dbbcb Disable real_concept tests for IBM's compiler.
[SVN r78108]
2012-04-21 08:58:09 +00:00
John Maddock
f149d4cf53 Fix double-definition of float_t in tr1.hpp.
Tweak behaviour of BOOST_MATH_BIG_CONSTANT.
Fix expected error rates for a bunch of tests (mostly on Mingw).
Fix paths in owens_t.qbk.

[SVN r78107]
2012-04-21 08:43:06 +00:00
John Maddock
15baa10fac Add checks to discrete quantile finder to handle cases where there is no true answer.
Fixes #6805.

[SVN r78090]
2012-04-20 10:51:55 +00:00
Paul A. Bristow
b543f138b6 Typo log10(e) fixed.
[SVN r78061]
2012-04-18 08:24:56 +00:00
Paul A. Bristow
fd82497819 added to graphs (was in sf_dist) plot_owers_2d_xyp.png
[SVN r78046]
2012-04-17 16:41:59 +00:00
John Maddock
85d55b2ea5 Update test_data.hpp to improve definition of SC_ so it's compatible with multiprecision testing.
Update BOOST_MATH_BIG_CONSTANT to use a long double when the result is long double or smaller.

[SVN r78042]
2012-04-17 16:05:52 +00:00
John Maddock
abd80383f0 Rename file that was committed in CamelCase.
Re-add content that was removed in Paul's last commit to roadmap.qbk.

[SVN r78041]
2012-04-17 16:01:03 +00:00
Paul A. Bristow
d90e8b10b4 Updated for owens and skewnormal equations
[SVN r78040]
2012-04-17 13:41:15 +00:00
Paul A. Bristow
c8a4105f4e Updates for skew normal, non_num facets and roadmap
[SVN r78039]
2012-04-17 13:37:08 +00:00
Paul A. Bristow
c5d72195f3 add mml for equations for skewnormal and owens
[SVN r78037]
2012-04-17 09:58:29 +00:00
Paul A. Bristow
a3ec8572dd add mml for equations for skewnormal and owens
[SVN r78036]
2012-04-17 09:48:58 +00:00
Paul A. Bristow
5b2da4a965 add mml for equations for skewnormal and owens
[SVN r78035]
2012-04-17 09:35:56 +00:00
Paul A. Bristow
a9605ad7f2 Updated for owens and skewnormal equations
[SVN r78018]
2012-04-16 17:26:24 +00:00
Paul A. Bristow
f1e70909de Updated for owens and skewnormal graphs
[SVN r78017]
2012-04-16 17:20:26 +00:00
Paul A. Bristow
dfbd03b93e Updated for owens and skewnormal graphs
[SVN r78016]
2012-04-16 17:19:02 +00:00
Paul A. Bristow
e243f1ded9 Updates for skew normal, non_num facets and roadmap
[SVN r78012]
2012-04-16 15:18:16 +00:00
Paul A. Bristow
1f8b0a996f Updates for skew normal, non_num facets and roadmap
[SVN r78011]
2012-04-16 15:17:37 +00:00
Paul A. Bristow
78ed67e47c Updates for skew normal, non_num facets and roadmap
[SVN r78010]
2012-04-16 15:16:10 +00:00
John Maddock
316a12eccd Update to match latest multiprecision code in sandbox.
[SVN r77847]
2012-04-09 08:40:12 +00:00
John Maddock
9a67d46fe5 Fix bad value of constants.
Update intro to highlight use of constants with UDT's
Fix some formatting issues in the FAQ.

[SVN r77846]
2012-04-09 08:38:05 +00:00
Steven Watanabe
e4a7d93d89 Use an explicit message for the configure checks instead of printing the BBv2 target name.
[SVN r77777]
2012-04-05 13:07:11 +00:00
John Maddock
84fd5686e7 Update test to determine heuristically how the std lib formats zeros.
[SVN r77516]
2012-03-24 19:30:52 +00:00
John Maddock
d94751ba33 Fix numeric error in bessel_jy.hpp.
Remove some dead code from bessel_jy.hpp.
Add additional test cases for above bug.
Update and regenerate docs to match.

[SVN r77513]
2012-03-24 11:59:21 +00:00
Paul A. Bristow
4e41f09651 Using just _cpp_lib_ to sense dinkumware STL
[SVN r77470]
2012-03-22 08:44:43 +00:00
Paul A. Bristow
98aeaf32a5 1st try to cater for non-dinkumware systems.
[SVN r77430]
2012-03-20 12:36:30 +00:00