Commit Graph

1759 Commits

Author SHA1 Message Date
pabristow
1219451047 [CI SKIP]increase tolerance from 3 to 5 eps for long double on test_recurrence.cpp to allow GCC-mingw to pass. 2019-08-29 12:55:54 +01:00
NAThompson
7c4f6e06e5 Merge develop [CI SKIP] 2019-08-28 15:52:21 -04:00
Nick
b543139d3a
Merge pull request #233 from boostorg/gegenbauer_1
Gegenbauer polynomials
2019-08-27 07:47:58 -04:00
pabristow
d584cce027 [CI SKIP] revert test_recurrence.cpp to try to find cause of failure of test with GCC long double. 2019-08-23 14:06:26 +01:00
pabristow
0ab00c3f9d [CI SKIP] changes to get inspect program problem-free, but one test failure in recurrence.cpp 2019-08-23 09:25:22 +01:00
NAThompson
caf1883788 Deprecate cubic B-spline for cardinal cubic B-spline [CI SKIP] 2019-08-22 09:35:05 -04:00
NAThompson
0445f5c2cc Fix clang compiler operation Wno-literal-range 2019-08-20 07:28:00 -04:00
NAThompson
7364de0090 Cardinal Quintic B-spline: Derivative estimation. [CI SKIP] 2019-08-18 12:08:34 -04:00
NAThompson
648d2b0022 Merge branch 'develop' into cardinal_quintic_b_spline_1 2019-08-18 11:10:03 -04:00
NAThompson
32100ebea4 Cardinal quintic B-spline interpolation: Add tests to jamfile and kick off build. 2019-08-18 11:09:05 -04:00
Nick
cf48e191a6
Merge pull request #240 from boostorg/cardinal_b_spline_derivatives
Cardinal B-spline derivatives
2019-08-18 09:21:41 -04:00
NAThompson
1483516247 Cardinal quintic B-splines: First and second derivatives [CI SKIP] 2019-08-15 14:13:25 -04:00
NAThompson
d631d86efa Merge branch 'cardinal_b_spline_derivatives' into cardinal_quintic_b_spline_1 [CI SKIP] 2019-08-15 11:42:47 -04:00
NAThompson
4f9d284e83 Cardinal Quintic B-spline interpolator: Up and running. [CI SKIP] 2019-08-15 11:39:18 -04:00
jzmaddock
17faf9ba06 Merge branch 'develop' of https://github.com/boostorg/math into develop 2019-08-14 18:21:27 +01:00
jzmaddock
e2c0b318b5 ellint_1: Fix test file so it can be used by the multiprecision lib tests. 2019-08-14 18:21:07 +01:00
Nick
c76e432897
Merge pull request #239 from boostorg/header_deprecation_2
Remove second set of deprecated headers
2019-08-14 11:07:47 -04:00
jzmaddock
35c36e3c2d test_gamma.hpp: add missing L suffix to test value. 2019-08-14 11:24:22 +01:00
jzmaddock
fd07b121a6 lgamma: correct spurious overflow in SSE2 optimized code.
Only evaluate the lanczos part if it will make a difference.
Add tests.
Fixes: https://github.com/boostorg/math/issues/242.
2019-08-13 21:45:18 +01:00
NAThompson
edbb25327a Cardinal B-spline derivatives: Fix typo in test that made it much less powerful. 2019-08-12 10:11:58 -04:00
NAThompson
5c8fcb4cd5 Cardinal B-spline derivatives. 2019-08-12 10:07:06 -04:00
NAThompson
e327be5887 Cardinal B-spline derivatives [CI SKIP] 2019-08-11 14:52:47 -04:00
Nick Thompson
599451625c Remove second set of deprecated headers 2019-08-11 10:32:03 -04:00
Nick
30f95e4220
Merge pull request #238 from boostorg/header_deprecation
Remove header deprecation warnings.
2019-08-11 10:13:09 -04:00
Nick Thompson
9b14fff12e Remove header deprecation warnings. 2019-08-10 08:50:12 -04:00
Nick Thompson
d931d73384 Loosen error bound for cardinal trigonometric derivatives to green up build. 2019-08-10 08:24:40 -04:00
NAThompson
357cc1528a Derivatives of trigonometric interpolant. 2019-08-09 08:39:52 -04:00
NAThompson
edfb80e76d Cubic B-spline second derivatives 2019-08-07 14:10:08 -04:00
NAThompson
ff5a587b91 Remove floating point test which tests too close to root [CI SKIP] 2019-08-07 13:11:21 -04:00
NAThompson
09d3ee47cf Jacobi polynomials: Tests and derivatives [CI SKIP] 2019-08-06 09:53:58 -04:00
NAThompson
74395babad Gegenbauer polynomials: Kick off build. 2019-08-05 08:23:04 -04:00
NAThompson
a733b75005 Gegenbauer polynomials: Implement derivatives. [CI SKIP] 2019-08-04 15:15:52 -04:00
NAThompson
9cc538d31c Gegenbauer polynomials: Fix include guards. [CI SKIP] 2019-08-04 13:11:03 -04:00
jzmaddock
88dd510a4f
Merge pull request #148 from boostorg/hypergeometric_soc_2014
Hypergeometrics
2019-08-03 21:54:34 +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
NAThompson
3277587ebc Cardinal trigonometric: Fix bug on last coefficient for an even number of samples. 2019-07-28 17:07:13 -04: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
Nick Thompson
efb53a3c43 Cardinal trigonometric interpolation: Implement squared l2 norm. 2019-07-27 21:21:33 -04:00
Nick Thompson
27bc4146d9 Cardinal trigonometric interpolation. 2019-07-27 17:04:29 -04: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
NAThompson
d5f7a9bc30 Cardinal B-splines: Second attempt to fix compile error on old MSVC compilers. 2019-07-18 16:47:08 -04: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
jzmaddock
5376702cc7 pFq: Add tests. 2019-07-17 18:24:07 +01:00
NAThompson
a173f8ff0b Cardinal B-splines: Remove 'hides location declaration warnings'. Fix overload error on MSVC. 2019-07-16 07:56:13 -04:00
NAThompson
cfd5a353f6 Cardinal B-splines 2019-07-15 10:42:49 -04:00
NAThompson
f5cc5a1cc4 Cardinal B-splines: Update math_unit_test to support expected values which are integers. [CI SKIP] 2019-07-15 10:30:40 -04:00
jzmaddock
427f3dadb2 pFq: begin adding tests. 2019-07-12 11:45:14 +01:00
pabristow
af7b0d76a8 Removed examples of going wrong. 2019-07-09 14:27:35 +01:00
Nick
4be4fec1ef
Merge pull request #225 from boostorg/autodiff/lexical_cast
Remove lexical_cast<> dependencies.
2019-07-07 08:54:45 -04:00
jzmaddock
0275428d5a Catmull_rom: fix vc12 and vc14 errors highlighted by the new tests. 2019-07-06 20:29:11 +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
pabristow
a51769477c Corrected copy'n'paste err in test description, but this does not explain my fails on https://www.boost.org/development/tests/develop/output/Marshall-ASAN-boost-bin-v2-libs-math-test-ooura_fourier_integral_test-test-clang-darwin-asan-debug-cxxstd-17-iso-link-static-threading-multi-visibility-hidden.html but last jun is 30 Jun so may be corrected by now. 2019-07-05 14:23:45 +01:00
Matt Pulver
ee4a4181f0 Remove lexical_cast<> dependencies. 2019-07-05 08:51:59 -04:00
jzmaddock
472e34efc4 Merge branch 'develop' into hypergeometric_soc_2014 2019-07-02 18:12:43 +01:00
jzmaddock
5771f8dbd5 1F1: Update expected error rates for regularized 1F1. 2019-07-02 17:44:34 +01:00
jzmaddock
1c9cf2069a 1F1: update logarithmic test cases. 2019-07-02 17:41:42 +01:00
pabristow
06c0680b77 Skeletal ooura example, needing expansion. 2019-07-02 17:37:30 +01:00
pulver
8c37a418cd
Delete gamma_hpp autodiff test template. (#222) 2019-06-29 08:20:21 -04:00
Nick Thompson
ebf8eb9d21 Cardinal quadratic B-spline: Explicitly add template argument to green up build. 2019-06-27 06:56:40 -04:00
Nick Thompson
a3b60e647f Cardinal quadratic B-spline interpolation. 2019-06-26 08:50:00 -04:00
Nick
21daaf9a90
Merge pull request #219 from boostorg/whittaker_shannon
Whittaker shannon
2019-06-26 06:58:27 -04:00
pulver
95defb67df
Add make_ftuple(), digamma(), lgamma(), tgamma(), doc/test updates. (#218)
Improve tests and coverage. C++11/14 support. (@kedarbhat)
2019-06-25 17:31:48 -07:00
Nick
dc373ee009
Merge pull request #107 from boostorg/ooura_fourier_transform
Ooura's method for computing Fourier sin and Fourier cosine… [CI SKIP]
2019-06-24 09:40:59 -04:00
Nick Thompson
f5f52cfb2b Whittaker-Shannon: Add the test to test/Jamfile.v2. 2019-06-24 08:40:21 -04:00
Nick Thompson
260a3af015 Whittaker-Shannon: Update docs, implement derivatives. 2019-06-24 08:28:14 -04:00
Nick Thompson
118b18c248 Merge branch 'develop' into issue204 2019-06-22 09:29:01 -04:00
Nick Thompson
91ef47c0eb Merge branch 'develop' into ooura_fourier_transform [CI SKIP] 2019-06-22 09:20:55 -04:00
Nick Thompson
95eef16b0b Ooura Fourier integrals: Use (std::numeric_limits<Real>::min)() to compiile on windows. 2019-06-20 07:14:23 -04:00
Nick Thompson
b2c2f0e644 Whittaker-Shannon interpolation: Derivative works, but is not sufficiently accurate. Some floating point manipulations are still required. [CI SKIP] 2019-06-19 09:42:50 -04:00
Nick Thompson
3a8a44a327 Merge branch 'develop' into vector_barycentric 2019-06-19 07:21:03 -04:00
Nick Thompson
442fa8c2ad Make sure that vector interpolant agrees with scalar interpolant. [CI SKIP] 2019-06-19 07:21:00 -04:00
Nick Thompson
a1149ce7f0 Whittaker-Shannon interpolation: Use PIMPL idiom. [CI SKIP] 2019-06-19 06:53:01 -04:00
Nick Thompson
2d770b9d32 Vector barycentric rational: Enable compilation with containers which do not have multiplication/division/addition defined on them. 2019-06-17 08:28:45 -04:00
Nick Thompson
119c286bc6 Merge branch 'develop' into ooura_fourier_transform 2019-06-14 09:05:24 -04:00
Nick Thompson
6cd90d38d2 Improve documentation and kick off build. 2019-06-14 08:55:47 -04:00
jzmaddock
050679a933 Update test_roots.cpp to test in the negative half of the domain as well as the positive half.
Fix resulting bugs discovered.
Completes fix for https://github.com/boostorg/math/issues/216.
2019-06-14 08:36:16 +01:00
Nick Thompson
81c92932a4 Get rid of scoped_lock to compile on clang. [CI SKIP] 2019-06-13 18:16:24 -04:00
Nick Thompson
f38e74570b Ooura Fourier Integrals: Return {I, err} rather than I [CI SKIP] 2019-06-12 07:09:09 -04:00
Nick Thompson
a6ca778176 Ooura Fourier Sine: Add levels after precomputed levels are exhausted. [CI SKIP] 2019-06-11 09:00:03 -04:00
Nick Thompson
f595b6a8f6 Cleanup before refactoring. [CI SKIP] 2019-06-11 07:21:24 -04:00
Nick Thompson
e659c69fc2 The nodes and weights must be computed in higher precision than the working precision or else the error decreases to a point and then begins to increase. [CI SKIP] 2019-06-07 13:26:34 -04:00
Nick Thompson
43d76caa25 Precompute nodes and weights. This is somewhat suboptimal, since it requires a priori assumptions about the asymptotic behavior of the integrand. But the alternative is that the class is slow. [CI SKIP] 2019-06-07 12:49:23 -04:00
jzmaddock
bb9ad4a909 1F1: Testing update, note that not all tests quite pass yet. 2019-06-04 17:54:06 +01:00
Nick Thompson
b06fbdbc5f merge develop [CI SKIP] 2019-06-04 11:54:51 -04:00
jzmaddock
9432e32afa
Merge pull request #210 from boostorg/catmull_cxx11
Backport catmull_rom.hpp to C++11.
2019-05-30 21:03:48 +01:00
Nick
18feb0fc2a Documentation, more unit tests [CI SKIP] 2019-05-30 13:25:53 -04:00