jzmaddock
|
9350bda2bd
|
1F1: Fix documentation typos.
[CI SKIP]
|
2019-08-03 10:11:38 +01:00 |
|
jzmaddock
|
f3eafa4d34
|
1F1: Archive some interesting, but currently unused recurrence relations.
[CI SKIP]
|
2019-08-03 10:11:14 +01:00 |
|
jzmaddock
|
bfb98d3446
|
pFq: Update Jamfile requirements for testing recurrence tools.
|
2019-08-02 12:00:58 +01:00 |
|
jzmaddock
|
531284b956
|
Fix missing dependencies in Jamfile. [CI SKIP]
|
2019-08-02 11:50:11 +01:00 |
|
jzmaddock
|
1ef7307577
|
1F1: make PP logic consistent.
|
2019-08-01 21:48:04 +01:00 |
|
jzmaddock
|
5d7206884b
|
pFq: correct Jamfile.
|
2019-08-01 21:44:49 +01:00 |
|
jzmaddock
|
233bcfe1d8
|
pFq: simplify Jamfile. Fix instantiate.hpp.
|
2019-08-01 19:21:32 +01:00 |
|
jzmaddock
|
3130c30e4f
|
pFq: Add tests for hypergeometric_pFq_precision.
Update docs.
Document recurrence tools.
|
2019-08-01 15:19:01 +01:00 |
|
jzmaddock
|
7e907f0832
|
1F1: correct PP-logic to be consistent.
[CI SKIP]
|
2019-07-29 10:56:44 +01:00 |
|
jzmaddock
|
7ccac3f8af
|
Merge branch 'hypergeometric_soc_2014' of https://github.com/boostorg/math into hypergeometric_soc_2014
|
2019-07-28 20:04:32 +01:00 |
|
jzmaddock
|
a426dfc911
|
refactor some tests so we don't get spurious CI failures.
|
2019-07-28 20:04:08 +01:00 |
|
jzmaddock
|
d0bdc5300b
|
Hypergeometrics: Update to fix test failures, and improve reporting of compiler requirements.
|
2019-07-28 17:49:37 +01:00 |
|
jzmaddock
|
ae2caa30fd
|
pFq: Change pnorm to p_abs_error.
Update docs to reflect the fact that this is an error estimate.
|
2019-07-28 17:48:04 +01:00 |
|
jzmaddock
|
90f93ecca3
|
1F1: update xcode image in CI tests to the latest
|
2019-07-27 16:57:47 +01:00 |
|
jzmaddock
|
1e079d16be
|
Correct Jamfile typo, fix casts for clang
|
2019-07-27 12:14:03 +01:00 |
|
jzmaddock
|
cd142eacb8
|
Add missing using declaration to test case. [CI SKIP]
|
2019-07-27 12:01:06 +01:00 |
|
jzmaddock
|
b0d3662ab6
|
1F1: Move long running tests into separate section of the Jamfile, disable tests on unsupported compilers.
|
2019-07-23 19:22:14 +01:00 |
|
jzmaddock
|
1511ec4d35
|
Merge branch 'develop' into hypergeometric_soc_2014
|
2019-07-19 18:55:27 +01:00 |
|
jzmaddock
|
b57c27b245
|
1F1: remove dead code from test_1F0.cpp, rebalance test grouping in Jamfile to avoid timeouts.
|
2019-07-19 09:54:27 +01:00 |
|
jzmaddock
|
81f8757f85
|
pFq: rename test file
|
2019-07-18 18:34:11 +01:00 |
|
jzmaddock
|
e5ffa8eb6b
|
pFq: rename test file
|
2019-07-18 18:33:04 +01:00 |
|
jzmaddock
|
6e85193231
|
pFq: rename test file
|
2019-07-18 18:31:30 +01:00 |
|
jzmaddock
|
99936ee354
|
1F1: Rename file to uppercase F
|
2019-07-18 16:47:26 +01:00 |
|
NAThompson
|
d9230d871a
|
Hypergeometrics: Very trivial edits. [CI SKIP]
|
2019-07-18 08:23:08 -04:00 |
|
jzmaddock
|
ce43fd50a0
|
1F1: comment out unused variable.
|
2019-07-18 09:31:05 +01:00 |
|
NAThompson
|
48c3be4fe4
|
Hypergeometrics: Consistent casing [CI SKIP]
|
2019-07-17 15:56:50 -04:00 |
|
jzmaddock
|
af46a3a74e
|
pFq: Add documentation.
|
2019-07-17 18:24:55 +01:00 |
|
jzmaddock
|
5376702cc7
|
pFq: Add tests.
|
2019-07-17 18:24:07 +01:00 |
|
jzmaddock
|
2d3e87c724
|
test_data.hpp: Update to handle functions with more arguments.
|
2019-07-17 18:23:12 +01:00 |
|
jzmaddock
|
1379a3518e
|
pFq: Correct return type.
|
2019-07-17 18:22:42 +01:00 |
|
jzmaddock
|
036c5a4e7f
|
pFq: correct some bugs found while testing q>1.
|
2019-07-17 18:22:09 +01:00 |
|
jzmaddock
|
427f3dadb2
|
pFq: begin adding tests.
|
2019-07-12 11:45:14 +01:00 |
|
jzmaddock
|
a3d019ae64
|
pFq: Add error handling to the series and update error estimate based on error in the pochhammer calculations.
|
2019-07-12 11:44:35 +01:00 |
|
jzmaddock
|
0ebf01ef26
|
pFq: Add initilizer_list overloads.
|
2019-07-12 11:43:23 +01:00 |
|
jzmaddock
|
1c45b8f1c8
|
catmull_rom: correct sign of loop variable.
Corrects previous commit.
See: https://github.com/boostorg/math/issues/226
|
2019-07-07 09:22:45 +01:00 |
|
jzmaddock
|
0275428d5a
|
Catmull_rom: fix vc12 and vc14 errors highlighted by the new tests.
|
2019-07-06 20:29:11 +01:00 |
|
John Maddock
|
1f86711491
|
Merge branch 'develop' of https://github.com/boostorg/math into develop
|
2019-07-06 09:02:21 +01:00 |
|
jzmaddock
|
ed38d8f556
|
catmull_rom.hpp: Added missing include.
Fix concept tests and add them to the Jamfile.v2
Fixes: https://github.com/boostorg/math/issues/226
|
2019-07-06 09:00:50 +01:00 |
|
Nick
|
046085c3aa
|
Ooura Fourier integrals example: Remove warning by catching exception by reference. Green up build by adding quadmath to build dep.
|
2019-07-05 18:54:26 -04:00 |
|
pabristow
|
8585a32b36
|
[CI SKIP] fixed unexpected char 2 in output examples (was interpreteting slash in pi/(2e) as a Quickbook control char) by making it a verbatim block with ``s
|
2019-07-05 10:01:39 +01:00 |
|
pabristow
|
9ca9ff6b17
|
Add three ooura fourier integral tests to the jamfile so that the testers can run.
But may remove once they have cycled on most platforms?
|
2019-07-04 17:05:52 +01:00 |
|
pabristow
|
367c2f6e1c
|
Merge branch 'develop' of https://github.com/boostorg/math into develop
|
2019-07-04 16:17:48 +01:00 |
|
pabristow
|
88df85466b
|
[CI SKIP] Added more dianostic info and changed minimum tolerance to 2 * epsilon from epsilon /2.
|
2019-07-04 16:16:54 +01:00 |
|
pabristow
|
fb93f69acb
|
[CI SKIP] added 3 examples of using fourier integrals, providing Quickbook code snippets for docs.
|
2019-07-04 16:15:35 +01:00 |
|
pabristow
|
af5b84a8d5
|
[CI SKIP] fourier integrals using code snippets in 3 new examples.
|
2019-07-04 16:12:14 +01:00 |
|
pabristow
|
32fb399d71
|
[CI SKIP] minor edits to symbols and math
|
2019-07-04 16:10:48 +01:00 |
|
jzmaddock
|
d281431854
|
Jacobi Zeta: Update docs with comments on argument forms.
See https://github.com/boostorg/math/issues/224.
[CI SKIP]
|
2019-07-03 21:01:28 +01:00 |
|
pabristow
|
74c0de2f01
|
Three fourier integrals examples - work-in-progress
|
2019-07-03 18:14:20 +01:00 |
|
pabristow
|
d41bc9d068
|
Added a caution about loss of precision converting double to multiprecision types.
|
2019-07-03 09:25:58 +01:00 |
|
jzmaddock
|
472e34efc4
|
Merge branch 'develop' into hypergeometric_soc_2014
|
2019-07-02 18:12:43 +01:00 |
|