Paul A. Bristow
dacdfc4bf6
INitial commit of Chris's bessel zero example - but with a simple integral order test added (and long warning).
...
[SVN r82639]
2013-01-27 18:04:33 +00:00
John Maddock
e2ce70b935
Fix output iterator usage to meet conceptual requirements.
...
Remove use of long long constants and change to double as mpfr_class has no conversion from long long :(
Fix typos in math_fwd.hpp.
Add new functions to concept tests.
[SVN r82623]
2013-01-26 12:58:55 +00:00
Christopher Kormanyos
343f41df69
Re-corrected the behavior of Bessel zeros when used with multiprecision and et_on.
...
[SVN r82616]
2013-01-25 22:05:49 +00:00
Christopher Kormanyos
68e04a0bed
Corrected Bessel zeros when used with a multiprecision type having et_on.
...
[SVN r82615]
2013-01-25 21:51:40 +00:00
John Maddock
4a64953dc7
Fix for SSE2 systems on Linux
...
[SVN r82608]
2013-01-25 16:53:36 +00:00
John Maddock
be17efbc81
Fix long double exp tests - previous test values suffered from loss in precision of inexact input values.
...
[SVN r82605]
2013-01-25 13:21:58 +00:00
Paul A. Bristow
c37f534021
removed ibeta example of multiprecision
...
TODO An example of getting higher precision with multiprecision still needed
[SVN r82603]
2013-01-25 10:12:08 +00:00
Christopher Kormanyos
d41e3642ed
Added support for the zeros of cylindrical Bessel functions.
...
[SVN r82599]
2013-01-24 18:59:14 +00:00
John Maddock
ac8018ab48
Split test_instances lib up into even smaller blocks.
...
Fix a few gcc-mingw test failures.
Fix typo in spherical harmonic docs.
[SVN r82598]
2013-01-24 17:49:57 +00:00
Paul A. Bristow
2eaf474c46
Numerous small edits to add references to multiprecision and constexpr etc constants. roadmap updated to 1.54.
...
TODO bessel zeros.
[SVN r82596]
2013-01-24 14:12:37 +00:00
John Maddock
068e58add1
Minor update to constants docs, and regenerate HTML.
...
[SVN r82586]
2013-01-22 13:24:19 +00:00
John Maddock
fd8770b9b5
Modify constants code to return a constant reference when returning a cached value, while still maintaining value semantics and constexpr support for built in types.
...
[SVN r82585]
2013-01-22 12:16:51 +00:00
John Maddock
01389e759e
Update history and regenerate docs.
...
[SVN r82581]
2013-01-21 12:01:07 +00:00
John Maddock
fa30075b88
Update history.
...
[SVN r82580]
2013-01-21 11:51:36 +00:00
John Maddock
1bf259ea63
Apply patches for issues #7429 , #7891 and #7907 .
...
Refs #7907 .
Fixes #7429 .
Fixes #7891 .
[SVN r82579]
2013-01-21 10:39:59 +00:00
John Maddock
5ba6a44ad9
Fix comments in code.
...
[SVN r82567]
2013-01-20 17:10:18 +00:00
John Maddock
a412b58561
More Bessel function improvements from Rocco Romeo.
...
Update and regenerate docs.
[SVN r82565]
2013-01-20 17:04:01 +00:00
John Maddock
e8540ba62a
Fix needed for TR1 lib.
...
[SVN r82558]
2013-01-20 09:59:07 +00:00
John Maddock
c5b06d47b2
More simplifications from Rocco Romeo.
...
[SVN r82557]
2013-01-20 09:57:42 +00:00
John Maddock
77c48bc4b2
Fix some warnings.
...
Fix edge case in hypergeometric distribution.
Fixes #7429 .
Fixes #7891 .
[SVN r82520]
2013-01-17 13:27:48 +00:00
John Maddock
7c6ddba7f8
Update history.
...
[SVN r82462]
2013-01-12 11:12:06 +00:00
John Maddock
998705f0d7
Enable caching of arbitrary precision constants.
...
[SVN r82461]
2013-01-12 11:10:11 +00:00
John Maddock
a61b5eb7b5
More accuracy improvements based on suggestions by Rocco Romeo.
...
[SVN r82217]
2012-12-27 08:44:08 +00:00
John Maddock
ba371a258d
Update history.
...
[SVN r82170]
2012-12-22 17:13:37 +00:00
John Maddock
9168ceb1aa
Merge Boost.Math changes from Trunk.
...
[SVN r81880]
2012-12-12 18:17:22 +00:00
John Maddock
c60a326ac7
Fix typo in the docs and regenerate.
...
[SVN r81872]
2012-12-12 13:23:07 +00:00
John Maddock
7514bd7489
Fix typo in fwd.hpp.
...
Improve accuracy of Bessel J and Y[0,1] for large z.
[SVN r81755]
2012-12-07 12:49:42 +00:00
Paul A. Bristow
5b791ac5b3
Added licence info to files listed in report.
...
[SVN r81744]
2012-12-06 15:44:24 +00:00
Paul A. Bristow
6019367622
Ensured have 31 distributions at 1.52
...
[SVN r81743]
2012-12-06 15:43:32 +00:00
Paul A. Bristow
83246a6c40
Added missing #include <iostream>
...
[SVN r81697]
2012-12-03 15:53:55 +00:00
John Maddock
7d9dfaec86
Apply some accuracy improvements from Rocco Romeo.
...
Fix division by zero in inverse gamma distribution.
Minor doc fixes and regenerate.
[SVN r81627]
2012-11-29 18:55:20 +00:00
John Maddock
12f3914aac
Enable use of C99 functions on libc++.
...
Fixes #7492 .
[SVN r81625]
2012-11-29 16:39:53 +00:00
John Maddock
b857b5fa32
Lots of small patches.
...
Update and regenerate docs.
Fixes #7183 .
Fixes #7290 .
Fixes #7291 .
Fixes #7649 .
Refs #7492 .
[SVN r81624]
2012-11-29 13:27:31 +00:00
John Maddock
55d23754e9
Fix changes to Spirit.
...
Fixes #7694 .
[SVN r81623]
2012-11-29 12:25:23 +00:00
John Maddock
81f245324b
Fix bug introduced in last commit!
...
[SVN r81594]
2012-11-27 17:36:54 +00:00
Marshall Clow
5015967f95
Removed missed usage of deprecated macros in Boost.Math
...
[SVN r81586]
2012-11-27 14:19:45 +00:00
John Maddock
fc112cd24f
Don't pass potential expression templates to make_tuple as it confuses gcc-4.4.x.
...
[SVN r81546]
2012-11-26 10:23:17 +00:00
John Maddock
3822a35591
Minor fixes/typo corrections.
...
[SVN r81424]
2012-11-19 13:35:49 +00:00
John Maddock
d6320c49c0
Minor fix for expression template types.
...
[SVN r81120]
2012-10-31 17:04:47 +00:00
Paul A. Bristow
f077e642c1
Update to readme.txt to mention Windows 8.
...
[SVN r81118]
2012-10-31 09:42:57 +00:00
Paul A. Bristow
bc75fc07e3
Rebuilt using Boost 1.52 (well trunk) and added skew normal distribution (now 31 of them) . Boost Version is no built into the 'app' version no. Uploaded to sourceforge and made the default download.
...
[SVN r81005]
2012-10-17 14:47:49 +00:00
John Maddock
e46b72be46
Merge from Trunk a fix for builds that have no long double support.
...
[SVN r80979]
2012-10-13 17:55:04 +00:00
John Maddock
48876d1176
Fix for build failure when there are no long double functions.
...
Fixes #7485 .
[SVN r80932]
2012-10-10 12:21:16 +00:00
John Maddock
ba13586027
Fix asinh and acosh to work with very large arguments without overflow.
...
[SVN r80884]
2012-10-06 16:53:15 +00:00
Paul A. Bristow
c1ec76900a
Added trac #7402 resolution
...
[SVN r80723]
2012-09-27 16:19:08 +00:00
Paul A. Bristow
1a9d0405f3
Added trac #7402 resolution
...
[SVN r80707]
2012-09-26 15:40:55 +00:00
Paul A. Bristow
1211184b20
Corrected mistake in pooled sd reported by n.g.davies, trac #7402
...
[SVN r80706]
2012-09-26 15:33:55 +00:00
John Maddock
b9e891404a
Fix improper overflow error handling in asinh.hpp.
...
Update asinh and acosh test cases.
Add fixes to release notes and regenerate docs.
Fixes #7416 .
[SVN r80695]
2012-09-24 17:16:29 +00:00
John Maddock
068e88fa36
Fix atanh error handling.
...
Add extra tests to catch above bug.
Fixes #7415 .
[SVN r80692]
2012-09-24 16:23:06 +00:00
John Maddock
daa79939f8
Fix typo in Lanczos docs.
...
Regenerate docs.
Fixes #7325 .
[SVN r80691]
2012-09-24 16:08:28 +00:00