2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-24 06:02:08 +00:00

Commit Graph

  • 97ff1ef8a0 Add constant log2_e. jzmaddock 2019-09-12 13:33:13 +01:00
  • 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. jzmaddock 2019-09-12 09:01:29 +01:00
  • a84ae41bf6 Add multiprecision test to continued fractions. jzmaddock 2019-09-10 18:22:33 +01:00
  • d77474460a Remove dependencies on multiprecision. jzmaddock 2019-09-10 18:21:32 +01:00
  • 7a9ae5fd51 Add missing include guards. [CI SKIP] jzmaddock 2019-09-10 10:46:42 +01:00
  • 77601782cd Merge branch 'develop' of https://github.com/boostorg/math into develop jzmaddock 2019-09-07 13:10:34 +01:00
  • 8b447175b4 Merge pull request #250 from jeremy7nelson/develop-regression Nick 2019-09-07 08:00:51 -04:00
  • 68ad518415 Rename test in Jamfile. Fixes: https://github.com/boostorg/math/pull/250 jzmaddock 2019-09-07 12:57:08 +01:00
  • 9f376ca324 Remove missing test from Jamfile. Jeremy Nelson 2019-09-06 16:37:37 -07:00
  • 4294260812 Merge pull request #245 from boostorg/deprecate_cubic_b_spline Nick 2019-08-30 08:02:41 -04:00
  • e94d23b1f6 [CI SKIP]Some missing files that should be in the git index? pabristow 2019-08-30 12:46:58 +01:00
  • 22cdedec01 Merge branch 'compilance' into develop pabristow 2019-08-29 14:31:20 +01:00
  • 2edf4a9790 Merge pull request #244 from boostorg/cardinal_quintic_b_spline_1 Nick 2019-08-29 09:02:43 -04:00
  • e8b9c12886 Make sure not to allow instantiation on integer types. [CI SKIP] NAThompson 2019-08-29 09:02:20 -04:00
  • 6cf90a9e93 Merge pull request #234 from boostorg/jacobi_1 Nick 2019-08-29 08:43:20 -04:00
  • 2b4a15a8a5 Merge branch 'develop' of https://github.com/boostorg/math into develop pabristow 2019-08-29 12:56:25 +01:00
  • 1219451047 [CI SKIP]increase tolerance from 3 to 5 eps for long double on test_recurrence.cpp to allow GCC-mingw to pass. pabristow 2019-08-29 12:55:54 +01:00
  • 1f0c1bb8dc Documentation for Jacobi polynomials. NAThompson 2019-08-28 16:21:03 -04:00
  • 7c4f6e06e5 Merge develop [CI SKIP] NAThompson 2019-08-28 15:52:21 -04:00
  • b543139d3a Merge pull request #233 from boostorg/gegenbauer_1 Nick 2019-08-27 07:47:58 -04:00
  • 1c6b7b50a3 Gegenbauer polynomials: Add gegenbauer_prime and kick off build. NAThompson 2019-08-23 09:23:34 -04:00
  • 66d64bd528 [CI SKIP] add boost-no-inspect to avoid check son .js files in docs. pabristow 2019-08-23 14:08:36 +01:00
  • d584cce027 [CI SKIP] revert test_recurrence.cpp to try to find cause of failure of test with GCC long double. pabristow 2019-08-23 14:06:26 +01:00
  • 0ab00c3f9d [CI SKIP] changes to get inspect program problem-free, but one test failure in recurrence.cpp pabristow 2019-08-23 09:25:22 +01:00
  • caf1883788 Deprecate cubic B-spline for cardinal cubic B-spline [CI SKIP] NAThompson 2019-08-22 09:35:05 -04:00
  • 0445f5c2cc Fix clang compiler operation Wno-literal-range NAThompson 2019-08-20 07:28:00 -04:00
  • 7364de0090 Cardinal Quintic B-spline: Derivative estimation. [CI SKIP] NAThompson 2019-08-18 12:08:34 -04:00
  • 648d2b0022 Merge branch 'develop' into cardinal_quintic_b_spline_1 NAThompson 2019-08-18 11:10:03 -04:00
  • 32100ebea4 Cardinal quintic B-spline interpolation: Add tests to jamfile and kick off build. NAThompson 2019-08-18 11:09:05 -04:00
  • cf48e191a6 Merge pull request #240 from boostorg/cardinal_b_spline_derivatives Nick 2019-08-18 09:21:41 -04:00
  • 1483516247 Cardinal quintic B-splines: First and second derivatives [CI SKIP] NAThompson 2019-08-15 14:13:25 -04:00
  • d631d86efa Merge branch 'cardinal_b_spline_derivatives' into cardinal_quintic_b_spline_1 [CI SKIP] NAThompson 2019-08-15 11:42:47 -04:00
  • 4f9d284e83 Cardinal Quintic B-spline interpolator: Up and running. [CI SKIP] NAThompson 2019-08-15 11:39:18 -04:00
  • 17faf9ba06 Merge branch 'develop' of https://github.com/boostorg/math into develop jzmaddock 2019-08-14 18:21:27 +01:00
  • e2c0b318b5 ellint_1: Fix test file so it can be used by the multiprecision lib tests. jzmaddock 2019-08-14 18:21:07 +01:00
  • c76e432897 Merge pull request #239 from boostorg/header_deprecation_2 Nick 2019-08-14 11:07:47 -04:00
  • 35c36e3c2d test_gamma.hpp: add missing L suffix to test value. jzmaddock 2019-08-14 11:24:22 +01:00
  • a44513c75d Merge branch 'develop' of https://github.com/boostorg/math into develop jzmaddock 2019-08-13 21:48:43 +01:00
  • 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. jzmaddock 2019-08-13 21:45:18 +01:00
  • 1955699777 Cardinal Quintic B-splines: Documentation. [CI SKIP] NAThompson 2019-08-13 09:33:54 -04:00
  • 73429a3df5 Cardinal Quintic B-spline interpolator: First sketch. [CI SKIP] NAThompson 2019-08-11 11:55:59 -04:00
  • 3291ac891b Fix static assert with no message on C++11. NAThompson 2019-08-13 07:54:07 -04:00
  • c20af16366 [CI SKIP] Two Links changed from @boost: to boost.org for clean inspect.exe run. pabristow 2019-08-13 10:48:49 +01:00
  • 3d56177eb2 Merge branch 'develop' of https://github.com/boostorg/math into develop pabristow 2019-08-12 18:14:41 +01:00
  • 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. pabristow 2019-08-12 17:53:50 +01:00
  • d922852f3b [CI SKIP] Editorial/cosmetic changes complete, apart from getting up to date with develop and a last re-re-re-through! pabristow 2019-08-12 15:52:06 +01:00
  • edbb25327a Cardinal B-spline derivatives: Fix typo in test that made it much less powerful. NAThompson 2019-08-12 10:11:58 -04:00
  • 5c8fcb4cd5 Cardinal B-spline derivatives. NAThompson 2019-08-12 10:07:06 -04:00
  • 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. pabristow 2019-08-12 14:06:25 +01:00
  • e327be5887 Cardinal B-spline derivatives [CI SKIP] NAThompson 2019-08-11 14:52:47 -04:00
  • 599451625c Remove second set of deprecated headers Nick Thompson 2019-08-11 10:32:03 -04:00
  • 30f95e4220 Merge pull request #238 from boostorg/header_deprecation Nick 2019-08-11 10:13:09 -04:00
  • b25f4c968f 1F1: Correct sign of values in cyl_bessel_i_shrinkage_rate. Optimises which method is chosen. Also correct rescaling in bessel_i_backwards_iterator so we don't get too close to zero and rely on type T having denorms. jzmaddock 2019-08-11 12:13:01 +01:00
  • 2393ebb937 Merge branch 'develop' of https://github.com/boostorg/math into develop jzmaddock 2019-08-11 08:43:28 +01:00
  • 46acbf840a Bernoulli: Correct overflow in find_bernoulli_overflow_limit. Occurs when using a multiprecision type with very large exponent range (ie a long long exponent). Fixes: https://github.com/boostorg/multiprecision/issues/151 jzmaddock 2019-08-11 08:42:06 +01:00
  • a0244a1b75 Merge pull request #236 from boostorg/trigonometric_derivatives Nick 2019-08-10 21:11:12 -04:00
  • 9b14fff12e Remove header deprecation warnings. Nick Thompson 2019-08-10 08:50:12 -04:00
  • d931d73384 Loosen error bound for cardinal trigonometric derivatives to green up build. Nick Thompson 2019-08-10 08:24:40 -04:00
  • 43d00e16b7 [CI SKIP]Edotiral work part 2, up to sf/ellint_intro pabristow 2019-08-09 17:57:20 +01:00
  • 2bda67e466 [CI SKIP] corrected accent etc in refs hypergeometric.gbk pabristow 2019-08-09 16:35:25 +01:00
  • 3af9b5c503 [CI SKIP] Use JM version of hypergeometric.gbk pabristow 2019-08-09 16:16:59 +01:00
  • fee0884df4 [CI SKIP] Use JM version of hypergeometric.gbk pabristow 2019-08-09 16:13:10 +01:00
  • 357cc1528a Derivatives of trigonometric interpolant. NAThompson 2019-08-09 08:39:52 -04:00
  • 6981dc12f9 [CI SKIP]Editorial work using changes in math.css, part one. pabristow 2019-08-09 13:22:33 +01:00
  • 75789acd77 Merge pull request #235 from boostorg/cubic_b_spline_second_derivative Nick 2019-08-08 11:27:28 -04:00
  • d7772d1560 Document second derivative of cubic B-spline. [CI SKIP] NAThompson 2019-08-08 11:26:57 -04:00
  • b28d3f34ea hypergeometrics: indent equations. [CI SKIP] jzmaddock 2019-08-08 11:31:26 +01:00
  • edfb80e76d Cubic B-spline second derivatives NAThompson 2019-08-07 14:10:08 -04:00
  • ff5a587b91 Remove floating point test which tests too close to root [CI SKIP] NAThompson 2019-08-07 13:11:21 -04:00
  • 44e3ed82fa [CI SKIP] typos in hypergeometrics and added a FAQ pabristow 2019-08-07 15:14:50 +01:00
  • ba2144a531 [CI SKIP] 'GIThub replaces Trac' edits in several places. pabristow 2019-08-07 10:01:18 +01:00
  • ccb508194f [CI SKIP] Added missing example file and more index entries pabristow 2019-08-07 09:07:11 +01:00
  • d26d90d7b3 Merge branch 'develop' of https://github.com/boostorg/math into develop pabristow 2019-08-06 15:33:49 +01:00
  • df5a6f5ac6 Many edits to provide equation indents, dozens of typos, and misc amendments, mainly cosmetic, and new index entries for better indexes pabristow 2019-08-06 15:33:22 +01:00
  • 09d3ee47cf Jacobi polynomials: Tests and derivatives [CI SKIP] NAThompson 2019-08-06 09:53:58 -04:00
  • b5114e1c75 Jacobi polynomials [CI SKIP] NAThompson 2019-08-05 08:43:14 -04:00
  • 74395babad Gegenbauer polynomials: Kick off build. NAThompson 2019-08-05 08:23:04 -04:00
  • c159693d7e 1F1: tidy up docs and suppress/fix some compiler warnings. jzmaddock 2019-08-05 13:17:42 +01:00
  • 9efeb19046 Gegenbauer polynomials: Graphs and documentation. [CI SKIP] NAThompson 2019-08-04 15:59:12 -04:00
  • a733b75005 Gegenbauer polynomials: Implement derivatives. [CI SKIP] NAThompson 2019-08-04 15:15:52 -04:00
  • 9cc538d31c Gegenbauer polynomials: Fix include guards. [CI SKIP] NAThompson 2019-08-04 13:11:03 -04:00
  • fc3e5d51a0 First pass at Gegenbauer polynomials. [CI SKIP] Nick Thompson 2019-08-04 09:23:41 -04:00
  • 88dd510a4f Merge pull request #148 from boostorg/hypergeometric_soc_2014 jzmaddock 2019-08-03 21:54:34 +01:00
  • 9350bda2bd 1F1: Fix documentation typos. [CI SKIP] jzmaddock 2019-08-03 10:11:38 +01:00
  • f3eafa4d34 1F1: Archive some interesting, but currently unused recurrence relations. [CI SKIP] jzmaddock 2019-08-03 10:10:05 +01:00
  • bfb98d3446 pFq: Update Jamfile requirements for testing recurrence tools. jzmaddock 2019-08-02 12:00:58 +01:00
  • 531284b956 Fix missing dependencies in Jamfile. [CI SKIP] jzmaddock 2019-08-02 11:50:11 +01:00
  • 1ef7307577 1F1: make PP logic consistent. jzmaddock 2019-08-01 21:48:04 +01:00
  • 5d7206884b pFq: correct Jamfile. jzmaddock 2019-08-01 21:44:49 +01:00
  • 233bcfe1d8 pFq: simplify Jamfile. Fix instantiate.hpp. jzmaddock 2019-08-01 19:21:32 +01:00
  • 3130c30e4f pFq: Add tests for hypergeometric_pFq_precision. Update docs. Document recurrence tools. jzmaddock 2019-08-01 15:19:01 +01:00
  • 4ca7d59832 Merge pull request #229 from boostorg/trigonometric2 Nick 2019-07-29 07:13:39 -04:00
  • 7e907f0832 1F1: correct PP-logic to be consistent. [CI SKIP] jzmaddock 2019-07-29 10:56:44 +01:00
  • 3277587ebc Cardinal trigonometric: Fix bug on last coefficient for an even number of samples. NAThompson 2019-07-28 17:07:13 -04:00
  • 7ccac3f8af Merge branch 'hypergeometric_soc_2014' of https://github.com/boostorg/math into hypergeometric_soc_2014 jzmaddock 2019-07-28 20:04:32 +01:00
  • a426dfc911 refactor some tests so we don't get spurious CI failures. jzmaddock 2019-07-28 20:04:08 +01:00
  • d0bdc5300b Hypergeometrics: Update to fix test failures, and improve reporting of compiler requirements. jzmaddock 2019-07-28 17:49:37 +01:00
  • ae2caa30fd pFq: Change pnorm to p_abs_error. Update docs to reflect the fact that this is an error estimate. jzmaddock 2019-07-28 17:48:04 +01:00
  • 31fa421c46 Cardinal trigonometric: Documentation updates [CI SKIP] Nick Thompson 2019-07-28 12:34:06 -04:00
  • efb53a3c43 Cardinal trigonometric interpolation: Implement squared l2 norm. Nick Thompson 2019-07-27 21:21:33 -04:00