jzmaddock
|
ef10ba37d2
|
Merge branch 'lambertw' of https://github.com/boostorg/math into lambertw
|
2017-11-27 19:08:42 +00:00 |
|
jzmaddock
|
3cebb614a5
|
Math.LambertW: fix Halley termination condition.
|
2017-11-27 19:06:53 +00:00 |
|
jzmaddock
|
c696891c44
|
Math: Add LambertW rational approximations and allow use of cpp_bin_float.
|
2017-11-27 19:05:30 +00:00 |
|
jzmaddock
|
cf50717bbf
|
Merge pull request #93 from boostorg/develop
Merge documentation fixes from develop
|
2017-11-24 17:25:18 +00:00 |
|
pabristow
|
66067c3b6b
|
Added include to test_value to ensure that when used standalone with GCC that supports suffix Q, multiprecision float128 is included.
|
2017-11-24 16:53:18 +00:00 |
|
Nick Thompson
|
57ba888a50
|
Unit test variance.
|
2017-11-23 14:18:05 -07:00 |
|
Nick Thompson
|
773076475c
|
Fix exception safety in threads.
|
2017-11-23 10:53:35 -07:00 |
|
Nick Thompson
|
a0e9b34d06
|
Atomic long doubles don't link with gcc 7.1
|
2017-11-22 11:08:17 -07:00 |
|
Nick Thompson
|
67578ce12b
|
Naive Monte-Carlo integration. Still needs to handle exceptions in threads.
|
2017-11-21 18:49:14 -07:00 |
|
pabristow
|
9b9414c256
|
numerous minor fixes for JM 1st comments on docs 19Nov17
|
2017-11-20 17:03:29 +00:00 |
|
jzmaddock
|
be326922dc
|
Math: add start of 1F1 implementation.
|
2017-11-19 11:58:26 +00:00 |
|
pabristow
|
781fda44b2
|
add three qbk files
|
2017-11-18 12:27:34 +00:00 |
|
pabristow
|
80b4bf3bef
|
Change to jamfile
|
2017-11-18 12:02:51 +00:00 |
|
pabristow
|
21ccf8b183
|
More testing near zero and some typos fixed.
|
2017-11-17 17:57:45 +00:00 |
|
pabristow
|
6aa9f286ff
|
Tests OK, including multiprecision.
|
2017-11-16 17:58:59 +00:00 |
|
jzmaddock
|
587f2d8918
|
Math.Hypergeometric: Add 2F0 function and tests.
Also fix a couple of warnings in test_data.hpp, and improve the continued fraction form in 0F1.
|
2017-11-15 18:27:35 +00:00 |
|
jzmaddock
|
1783c3a74c
|
Math: Fix inspection report errors.
|
2017-11-09 19:39:32 +00:00 |
|
jzmaddock
|
d0981ec0f6
|
Math: Regenerate docs with patches applied.
[CI SKIP]
|
2017-11-09 13:32:24 +00:00 |
|
jzmaddock
|
98870a6e27
|
Merge branch 'develop' of https://github.com/boostorg/math into develop
|
2017-11-09 13:29:12 +00:00 |
|
jzmaddock
|
dd7234247c
|
Math: Regenerate docs with re-worked TOC to better illuminate new features.
[CI SKIP]
|
2017-11-09 13:28:50 +00:00 |
|
pabristow
|
89ae728836
|
added graphs and updated docs to use them.
|
2017-11-06 17:18:33 +00:00 |
|
jzmaddock
|
600043ea8b
|
Merge pull request #91 from boostorg/develop
Merge new quadrature features to master
|
2017-11-06 16:54:31 +00:00 |
|
Nick Thompson
|
713f17f76a
|
Fix typo in error message.
|
2017-11-04 13:50:12 -06:00 |
|
Nick
|
ee858a2551
|
Quick typo removal
|
2017-11-04 13:43:36 -06:00 |
|
Nick
|
87e4cb5469
|
Fix examples that don't compile
|
2017-11-03 19:52:32 -06:00 |
|
Nick
|
8458d8fea0
|
Fix change in path for barycentric_rational.
|
2017-11-03 15:31:06 -06:00 |
|
jzmaddock
|
fd95c01440
|
Merge pull request #90 from boostorg/quaternion
Quaternion
|
2017-11-03 12:49:18 +00:00 |
|
pabristow
|
3c3c91709f
|
w-1 branch improvements and tests OK
|
2017-11-02 18:47:30 +00:00 |
|
jzmaddock
|
772efdb32b
|
Math.Quaternion: Add workarounds for older msvc versions.
|
2017-11-02 11:02:37 +00:00 |
|
jzmaddock
|
d2a5ce2af3
|
Correct over long path names in appveyor.yml
|
2017-11-02 11:02:08 +00:00 |
|
jzmaddock
|
7c9f95fdac
|
Math.Quaternion: We need libquadmath when available on the link line.
|
2017-11-02 10:14:40 +00:00 |
|
jzmaddock
|
47fa45bee4
|
Import SOC headers, Test and fix up 1F0 and 0F1.
|
2017-10-29 19:33:39 +00:00 |
|
jzmaddock
|
81c8a80dd5
|
Update big_constant.hpp to work standalone.
|
2017-10-29 19:32:13 +00:00 |
|
pabristow
|
04121d2872
|
Lambert w for huge z added, and test and more docs
|
2017-10-28 19:13:58 +01:00 |
|
pabristow
|
f51d987acd
|
added much on W-1 branch (handling tiny z), and more docs.
|
2017-10-27 18:18:06 +01:00 |
|
pabristow
|
d01d0c4eb8
|
Working version with C array of precomputed lookup tables, but still inline inside
|
2017-10-13 09:43:39 +01:00 |
|
pabristow
|
dd06d2beae
|
100 decimal digit precision values and tests OK.
|
2017-10-10 15:13:49 +01:00 |
|
jzmaddock
|
cba26dfeca
|
Math.Quaternion: add missing test file.
|
2017-10-07 08:06:17 +01:00 |
|
jzmaddock
|
97f61f0020
|
Math.Quaternion: Add workarounds for older compilers and fix up constexpr support.
|
2017-10-06 19:22:45 +01:00 |
|
jzmaddock
|
cfdd05f158
|
Math.Quaternion: Add move semantics.
|
2017-10-05 18:18:21 +01:00 |
|
jzmaddock
|
94e92dc5f4
|
Math.Quaternion: add swap method.
|
2017-10-05 18:12:24 +01:00 |
|
jzmaddock
|
68b82322ab
|
Math.Quaternion: remove dead code from header.
|
2017-10-05 13:06:20 +01:00 |
|
jzmaddock
|
601ee6e00f
|
Math.Quaternion: Rewrite test program, mostly remove valarray usage from header.
|
2017-10-05 12:50:24 +01:00 |
|
pabristow
|
39846818e1
|
Expanded docs using snippets.
|
2017-10-03 15:11:25 +01:00 |
|
jzmaddock
|
06292b0873
|
Math: Update history in docs.
[CI skip]
|
2017-09-27 18:17:24 +01:00 |
|
jzmaddock
|
a4f02fb8b1
|
Merge pull request #88 from boostorg/chebyshev
Chebyshev
|
2017-09-26 19:07:18 +01:00 |
|
jzmaddock
|
0499f6d6ad
|
Math.Chebyshev: Update docs to match interface tweaks.
[CI skip]
|
2017-09-26 18:48:16 +01:00 |
|
John Maddock
|
f7acd35e51
|
Math.Chebyshev: tidy up and simplify fftw dispatch code with a traits class to abstract the differences.
|
2017-09-25 19:37:36 +01:00 |
|
John Maddock
|
2eabd87de1
|
Math.Chebyshev: Fix up chebeshev_transform for more types.
|
2017-09-21 19:13:36 +01:00 |
|
John Maddock
|
aaa6db8880
|
Math.Chebyshev: Fix ambiguous calls to pow with gcc-7
|
2017-09-21 17:56:51 +01:00 |
|