2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-25 16:32:15 +00:00
Commit Graph

4954 Commits

Author SHA1 Message Date
jzmaddock
0f7b469ccb roots.hpp: rework quadratic_roots so that integer types are promoted to double.
Add workaround for platforms with no std::fma.
Fixes https://github.com/boostorg/math/pull/249.
2019-09-12 09:01:29 +01:00
jzmaddock
a84ae41bf6 Add multiprecision test to continued fractions. 2019-09-10 18:22:33 +01:00
jzmaddock
d77474460a Remove dependencies on multiprecision. 2019-09-10 18:21:32 +01:00
jzmaddock
7a9ae5fd51 Add missing include guards. [CI SKIP] 2019-09-10 10:46:42 +01:00
jzmaddock
77601782cd Merge branch 'develop' of https://github.com/boostorg/math into develop
Resolved Conflicts:
	test/Jamfile.v2
2019-09-07 13:10:34 +01:00
Nick
8b447175b4 Merge pull request #250 from jeremy7nelson/develop-regression
Remove missing test from Jamfile.
2019-09-07 08:00:51 -04:00
jzmaddock
68ad518415 Rename test in Jamfile.
Fixes: https://github.com/boostorg/math/pull/250
2019-09-07 12:57:08 +01:00
Jeremy Nelson
9f376ca324 Remove missing test from Jamfile. 2019-09-06 16:37:37 -07:00
Nick
4294260812 Merge pull request #245 from boostorg/deprecate_cubic_b_spline
Deprecate cubic B-spline for cardinal cubic B-spline [CI SKIP]
2019-08-30 08:02:41 -04:00
pabristow
e94d23b1f6 [CI SKIP]Some missing files that should be in the git index? 2019-08-30 12:46:58 +01:00
pabristow
22cdedec01 Merge branch 'compilance' into develop 2019-08-29 14:31:20 +01:00
Nick
2edf4a9790 Merge pull request #244 from boostorg/cardinal_quintic_b_spline_1
Cardinal quintic b spline 1
2019-08-29 09:02:43 -04:00
NAThompson
e8b9c12886 Make sure not to allow instantiation on integer types. [CI SKIP] 2019-08-29 09:02:20 -04:00
Nick
6cf90a9e93 Merge pull request #234 from boostorg/jacobi_1
Jacobi polynomials [CI SKIP]
2019-08-29 08:43:20 -04:00
pabristow
2b4a15a8a5 Merge branch 'develop' of https://github.com/boostorg/math into develop 2019-08-29 12:56:25 +01:00
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
1f0c1bb8dc Documentation for Jacobi polynomials. 2019-08-28 16:21:03 -04: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
NAThompson
1c6b7b50a3 Gegenbauer polynomials: Add gegenbauer_prime and kick off build. 2019-08-23 09:23:34 -04:00
pabristow
66d64bd528 [CI SKIP] add boost-no-inspect to avoid check son .js files in docs. 2019-08-23 14:08:36 +01: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
a44513c75d Merge branch 'develop' of https://github.com/boostorg/math into develop 2019-08-13 21:48:43 +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
1955699777 Cardinal Quintic B-splines: Documentation. [CI SKIP] 2019-08-13 09:34:01 -04:00
NAThompson
73429a3df5 Cardinal Quintic B-spline interpolator: First sketch. [CI SKIP] 2019-08-13 08:12:33 -04:00
NAThompson
3291ac891b Fix static assert with no message on C++11. 2019-08-13 07:54:07 -04:00
pabristow
c20af16366 [CI SKIP] Two Links changed from @boost: to boost.org for clean inspect.exe run. 2019-08-13 10:48:49 +01:00
pabristow
3d56177eb2 Merge branch 'develop' of https://github.com/boostorg/math into develop 2019-08-12 18:14:41 +01:00
pabristow
327c825dfa [CI SKIP] More cosmetic and link edits to get Inspect.exe passes except for links to [@boost: which shoudl work OK when built for the documentation. Ready to merge with develop, touch wood. 2019-08-12 17:53:50 +01:00
pabristow
d922852f3b [CI SKIP] Editorial/cosmetic changes complete, apart from getting up to date with develop and a last re-re-re-through! 2019-08-12 15:52:06 +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
pabristow
765b4e7148 [CI SKIP] Expressions and removal of many [space] after [greek] now wrong since Quickbook error has been fixed, but more remain and also emquad match instead of [: or [expression . Special functions done but distirbutions still to redo. 2019-08-12 14:06:25 +01: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