2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-23 17:52:09 +00:00

Commit Graph

  • 775d6b0caf autodiff: Fix up C++11 support in std::decay usage. jzmaddock 2020-01-26 10:17:39 +00:00
  • 15950a5d02 Stronger tests of quintic hermite [CI SKIP] NAThompson 2020-01-26 14:51:26 +08:00
  • a035ffca87 Additional test for quintic_hermite NAThompson 2020-01-26 14:19:33 +08:00
  • 01b7bfe8b5 Daubechies scaling: Remove superfluous initialization. [CI SKIP] NAThompson 2020-01-26 13:38:25 +08:00
  • b5188cfaba Continuous Daubechies wavelets: Fight bitrot. NAThompson 2020-01-26 11:27:28 +08:00
  • 2d6cd609c9 Autodiff: minimise #includes and change type_traits usage to the std versions. Update tests to match. jzmaddock 2020-01-25 18:41:40 +00:00
  • 3424b2b7bd Merge branch 'develop' into daubechies_attempt_2 NAThompson 2020-01-25 08:12:13 +08:00
  • 8213c19b30 Merge pull request #306 from boostorg/quintic_hermite Nick 2020-01-25 08:08:50 +08:00
  • cb1b9c102e Fix typo from https://github.com/boostorg/math/pull/309 and change latex in comment to match the new equation. jzmaddock 2020-01-24 13:10:47 +00:00
  • 0404ea50b5 Switch pFq over to using <chrono> since it's all C++11 code anyway. Removes dependency on Boost.Chrono which breaks Microsoft's std lib build. Fixes https://github.com/boostorg/math/issues/310. jzmaddock 2020-01-24 11:33:13 +00:00
  • 286709aecd Change equation in documentation Eduardo García-Portugués 2020-01-23 22:17:15 +01:00
  • f1a90ae686 Quintic Hermite interpolation: Add test of cubic polynomials, fully Hornerize the basis functions. NAThompson 2020-01-21 10:01:04 -05:00
  • 014b075ab3 Document autodiff on README.md [CI SKIP] Nick 2020-01-19 11:44:35 -05:00
  • 2755d7a8f1 Check for independent compilation of headers by globbing. [CI SKIP] Nick Thompson 2020-01-19 10:41:42 -05:00
  • 8fe47b6a32 Cubic Hermite interpolation: Improve error message to make it less frustrating. Nick Thompson 2020-01-19 10:25:09 -05:00
  • b1996cbe21 Merge branch 'develop' into quintic_hermite Nick 2020-01-19 09:49:42 -05:00
  • c9c4b33353 Merge pull request #298 from boostorg/cubic_hermite Nick 2020-01-19 09:48:23 -05:00
  • 2a37abd93a Cubic Hermite spline: Backend pchip and makima to cubic_hermite. Nick Thompson 2020-01-18 14:11:31 -05:00
  • 408392dff0 Update timing [CI SKIP] NAThompson 2020-01-17 17:39:48 -05:00
  • 32f7e35012 Quintic Hermite: Remove irrelevant information from docs [CI SKIP] NAThompson 2020-01-16 18:09:58 -05:00
  • 0242d1ac6b Quintic Hermite: Fix #include, fix docs, add test to Jamfile. NAThompson 2020-01-16 18:08:34 -05:00
  • de67bcb45c Quintic Hermite interpolation [CI SKIP] NAThompson 2020-01-16 16:31:32 -05:00
  • ba7765ac07 Merge pull request #305 from boostorg/i304 Nick 2020-01-16 09:40:31 -05:00
  • 474cc89654 fixes i304 Christopher Kormanyos 2020-01-15 22:19:03 +01:00
  • 6d900c436c Merge pull request #302 from boostorg/no_mpl_dispatching jzmaddock 2020-01-14 09:38:53 +00:00
  • b38a0a9202 Remove commented out code. [CI SKIP] jzmaddock 2020-01-14 09:38:27 +00:00
  • 933fbf590a Merge pull request #301 from bwignall/typos Nick 2020-01-13 11:18:23 -05:00
  • 1e0179c883 Remove dispatching via mpl and stick to boost::integral_constant. Simplify the dispatching logic to use mpl::if_ and broken compiler workarounds less often. Fixes: https://github.com/boostorg/type_traits/issues/133. jzmaddock 2020-01-13 15:14:48 +00:00
  • 740a73c523 Fix typos Brian Wignall 2020-01-12 15:30:30 -05:00
  • bb65bf290e Update README.md Nick 2020-01-10 20:09:36 -05:00
  • d8c2219a23 Cubic Hermite spline interpolation. [CI SKIP] NAThompson 2020-01-10 13:41:11 -05:00
  • f9dfd6a1a5 Merge pull request #297 from boostorg/pchip Nick 2020-01-10 13:16:15 -05:00
  • d7079597c0 PCHIP: Reproduce figure 5a of Fritsch and Carlson. [CI SKIP] NAThompson 2020-01-09 15:42:13 -05:00
  • 6ce45899b6 PCHIP interpolation. NAThompson 2020-01-09 14:17:08 -05:00
  • 98e37d9d21 Merge pull request #294 from boostorg/makima Nick 2020-01-09 08:41:32 -05:00
  • 50e9f67c3f Enforce monotonicity of the abscissas. Nick Thompson 2020-01-08 19:57:12 -05:00
  • 1dc0015429 Makima: Fix .prime() by reverting to linear interpolation. Add precision to error message to make it less frustrating. NAThompson 2020-01-08 18:09:52 -05:00
  • 19b1813850 Differentiate interpolant instead of interpolating derivatives. NAThompson 2020-01-08 17:11:48 -05:00
  • 90411e58bb Implement update, implement .prime(), compatibility with boost::circular_buffer. NAThompson 2020-01-08 16:09:57 -05:00
  • 0876ff3f3f Modified Akima: Fix build error on Windows. Fix float128 support. [CI SKIP] NAThompson 2020-01-06 09:22:59 -05:00
  • 2e5f67fa11 Makima interpolation: pimpl it. [CI SKIP] Nick Thompson 2020-01-05 19:27:10 -05:00
  • e4c4f6db94 Makima spline: First build. Nick Thompson 2020-01-05 17:42:17 -05:00
  • 31c5daf921 Fix evaluation bug. [CI SKIP] Nick Thompson 2020-01-05 14:05:43 -05:00
  • 936bba1d9e Makima: Implement quadratic extrapolation at left-hand boundary [CI SKIP] Nick Thompson 2020-01-05 13:26:10 -05:00
  • 1d984f4fe7 Makima spline: Improve performance of evaluation [CI SKIP] Nick Thompson 2020-01-05 11:53:10 -05:00
  • 8cc3884642 Makima spline documentation [CI SKIP] Nick Thompson 2020-01-04 13:18:49 -05:00
  • 1f426a0e95 Makima spline: Copyright year. [CI SKIP] Nick Thompson 2020-01-04 12:29:07 -05:00
  • 8b248a92b0 Makima spline: Sketch out a little more [CI SKIP] Nick Thompson 2020-01-04 12:05:45 -05:00
  • ccc8726e48 makima spline [CI SKIP] NAThompson 2020-01-03 17:21:11 -05:00
  • a422b02a2d Merge pull request #293 from boostorg/interquartile_range Nick 2020-01-01 09:43:58 -05:00
  • 87bb7d29fb Readable code for interquartile_range. NAThompson 2019-12-31 12:53:01 -05:00
  • ff528a8f1d Commit working version before changing to readable code. NAThompson 2019-12-31 12:29:05 -05:00
  • f943649e68 First pass at interquartile range. Nick Thompson 2019-12-29 15:34:22 -05:00
  • b3e1f4d8a1 Merge pull request #290 from boostorg/distribution_entropy Nick 2019-12-28 09:32:13 -05:00
  • e5f019c62a Merge branch 'develop' into distribution_entropy Nick 2019-12-27 14:05:19 -05:00
  • ce48f975ea Merge pull request #292 from bwignall/typo Nick 2019-12-27 09:15:42 -05:00
  • 56740d2257 Fix more typos, after another typochecker bug fix Brian Wignall 2019-12-26 09:33:10 -05:00
  • 8b277e3ff3 Fix more typos Brian Wignall 2019-12-26 09:18:02 -05:00
  • e3a45bd10b Fix typos, after fixing bug in typochecker Brian Wignall 2019-12-25 22:42:26 -05:00
  • 9c80d1b23a Merge pull request #291 from bwignall/typo Nick 2019-12-25 16:38:45 -05:00
  • a4221147de Fix ADL in test_exponential_dist.cpp Nick Thompson 2019-12-25 10:44:53 -05:00
  • 3c976e5e09 Fix typos Brian Wignall 2019-12-24 21:42:09 -05:00
  • d723bb86d9 Fix ADL in Student's t entropy. Nick Thompson 2019-12-24 12:50:22 -05:00
  • 51262f3458 Increase error rate to fix entropy of Student's t. Nick Thompson 2019-12-24 10:35:56 -05:00
  • 9505fe70e7 Merge branch 'develop' into distribution_entropy NAThompson 2019-12-23 16:07:48 -05:00
  • 9b42b37f0f Use CHECK_CLOSE rather than CHECK_EQUAL for Cauchy entropy. [CI SKIP] NAThompson 2019-12-23 16:05:54 -05:00
  • f649d7dc99 Entropy of Student's t distribution [CI SKIP] NAThompson 2019-12-23 15:54:08 -05:00
  • 91eeb179b5 Add lognormal entropy [CI SKIP] NAThompson 2019-12-23 14:18:47 -05:00
  • 1a8fd99078 Merge pull request #286 from bwignall/typo Nick 2019-12-23 14:03:57 -05:00
  • 20f553d37c Document entropy. Add entropy of gamma distribution. [CI SKIP] NAThompson 2019-12-23 13:59:49 -05:00
  • 1e9c819300 More entropy for continuous distributions [CI SKIP] NAThompson 2019-12-23 12:43:44 -05:00
  • 64eea0438e Entropy for a couple more distributions. [CI SKIP] NAThompson 2019-12-23 11:39:59 -05:00
  • d741d995dc Entropy of distributions. NAThompson 2019-12-23 10:45:02 -05:00
  • 6d372ceace Merge pull request #285 from neheb/patch-3 Nick 2019-12-23 10:20:36 -05:00
  • 3b0bf08bba Fix build error on MSVC by including <stdexcept> NAThompson 2019-12-23 09:30:58 -05:00
  • 764348adce Merge pull request #288 from MarcusKlik/cubic-spline-guard Nick 2019-12-21 14:30:56 -05:00
  • b2c91aa2b7 Merge pull request #280 from boostorg/i278 Nick 2019-12-21 14:29:31 -05:00
  • 5f8561bcfd roots: Use boost::math::copysign when std version not available Rosen Penev 2019-12-19 18:41:39 -08:00
  • 5393a606f3 Fix typo in cardinal cubic spline header guard markklik 2019-12-20 17:19:40 +01:00
  • 8c6afc9094 Merge pull request #283 from neheb/patch-2 jzmaddock 2019-12-20 15:53:03 +00:00
  • df17d11299 Fix more typos, via latest version of typochecker tool Brian Wignall 2019-12-20 10:41:42 -05:00
  • 5f19fd7dc6 roots: Fix fma_workaround Rosen Penev 2019-12-19 17:46:46 -08:00
  • e504da1b44 [CI SKIP]Docs rebuilt with Brian Wignall's typos corrected. pabristow 2019-12-18 13:00:23 +00:00
  • 3cf2e2e086 Merge branch 'bwignall-typo' into develop pabristow 2019-12-18 11:59:01 +00:00
  • 0114af5c6e Fix pabristow's name Brian Wignall 2019-12-17 08:34:52 -05:00
  • 21582b4310 Fixes #278 non BOOST-prefixed macros Christopher Kormanyos 2019-12-16 22:47:44 +01:00
  • 54770599d5 Fix more typos Brian Wignall 2019-12-16 13:35:48 -05:00
  • 8c9fc93094 Fix ADL for sqrt in univariate_statistics.hpp. NAThompson 2019-12-12 10:59:49 -05:00
  • 667b5db658 Merge pull request #275 from bwignall/typo jzmaddock 2019-12-03 17:21:35 +00:00
  • 7d905192a2 Fix doubled word [CI SKIP] jzmaddock 2019-12-03 17:19:09 +00:00
  • c8c07a5325 formatting: add barycentric_rational support. formatting jzmaddock 2019-12-01 19:48:49 +00:00
  • 95bd985fb4 Merge branch 'formatting' of https://github.com/boostorg/math into formatting jzmaddock 2019-12-01 17:57:27 +00:00
  • 417ac58864 formatter: Fix some breakages (missing forward declarations. Tidy up some std::isnan usage to prevent macro expansion. jzmaddock 2019-12-01 17:56:03 +00:00
  • ccff3fd1b3 Fix typos Brian Wignall 2019-12-01 08:06:17 -05:00
  • a9b6639fba Remove a typo [CI SKIP] Nick Thompson 2019-11-30 16:01:00 -05:00
  • a87c27f4de formatting: rework the api a little more, fix some bugs, add more B-Spline examples. jzmaddock 2019-11-30 16:37:33 +00:00
  • 6ee72c7371 Formatter: simplify API, add interval support. jzmaddock 2019-11-27 19:48:41 +00:00
  • 837504cbbc formatting: big restructuring with public API for custom types. Add cubic B spline as example. jzmaddock 2019-11-23 19:34:00 +00:00
  • 543c495072 formatting: Update plain text output of infinities. Get windows console output working. jzmaddock 2019-11-17 17:58:39 +00:00
  • 046f56b8af Formatting: Add rational numbers support. [CI SKIP] jzmaddock 2019-11-16 18:20:52 +00:00