Commit Graph

  • eb63dcff5e Added some rationale for using Ooura 1999 algorithm. pabristow 2019-07-09 13:07:12 +0100
  • fd70a7582b Added a new 3 * 6 = 18 em space symbol called [indent] that provides a neat way to indent inline equations, etc. pabristow 2019-07-09 12:48:35 +0100
  • e91bb5ec9d Merge branch 'develop' Nick 2019-07-08 07:10:03 -0400
  • b1c9ce1b4b Merge branch 'develop' of https://github.com/boostorg/math into develop [CI SKIP] Nick 2019-07-08 07:09:31 -0400
  • a7f4e62d1f Rebuild docs [CI SKIP] Nick 2019-07-08 07:04:36 -0400
  • 4be4fec1ef
    Merge pull request #225 from boostorg/autodiff/lexical_cast Nick 2019-07-07 08:54:45 -0400
  • 1c45b8f1c8 catmull_rom: correct sign of loop variable. Corrects previous commit. See: https://github.com/boostorg/math/issues/226 jzmaddock 2019-07-07 09:22:45 +0100
  • 0275428d5a Catmull_rom: fix vc12 and vc14 errors highlighted by the new tests. jzmaddock 2019-07-06 20:29:11 +0100
  • cd9c723256 Fix enum class/switch warning. Matt Pulver 2019-07-06 08:42:33 -0400
  • 1f86711491 Merge branch 'develop' of https://github.com/boostorg/math into develop John Maddock 2019-07-06 09:02:21 +0100
  • 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 jzmaddock 2019-07-06 09:00:50 +0100
  • 046085c3aa Ooura Fourier integrals example: Remove warning by catching exception by reference. Green up build by adding quadmath to build dep. Nick 2019-07-05 18:54:26 -0400
  • 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. pabristow 2019-07-05 14:23:45 +0100
  • ee4a4181f0 Remove lexical_cast<> dependencies. Matt Pulver 2019-07-05 08:51:59 -0400
  • 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 pabristow 2019-07-05 10:01:39 +0100
  • 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? pabristow 2019-07-04 17:05:52 +0100
  • 367c2f6e1c Merge branch 'develop' of https://github.com/boostorg/math into develop pabristow 2019-07-04 16:17:48 +0100
  • 88df85466b [CI SKIP] Added more dianostic info and changed minimum tolerance to 2 * epsilon from epsilon /2. pabristow 2019-07-04 16:16:54 +0100
  • fb93f69acb [CI SKIP] added 3 examples of using fourier integrals, providing Quickbook code snippets for docs. pabristow 2019-07-04 16:15:35 +0100
  • af5b84a8d5 [CI SKIP] fourier integrals using code snippets in 3 new examples. pabristow 2019-07-04 16:12:14 +0100
  • 32fb399d71 [CI SKIP] minor edits to symbols and math pabristow 2019-07-04 16:10:48 +0100
  • d281431854 Jacobi Zeta: Update docs with comments on argument forms. See https://github.com/boostorg/math/issues/224. [CI SKIP] jzmaddock 2019-07-03 21:01:28 +0100
  • 74c0de2f01 Three fourier integrals examples - work-in-progress pabristow 2019-07-03 18:14:20 +0100
  • d41bc9d068 Added a caution about loss of precision converting double to multiprecision types. pabristow 2019-07-03 09:25:58 +0100
  • 472e34efc4 Merge branch 'develop' into hypergeometric_soc_2014 jzmaddock 2019-07-02 18:12:43 +0100
  • c6fb970ec6 1F1: Doc update. jzmaddock 2019-07-02 18:09:42 +0100
  • 5771f8dbd5 1F1: Update expected error rates for regularized 1F1. jzmaddock 2019-07-02 17:44:34 +0100
  • a7b5082d4b Simplify termination condition for detail::hypergeometric_series. jzmaddock 2019-07-02 17:43:50 +0100
  • 1c9cf2069a 1F1: update logarithmic test cases. jzmaddock 2019-07-02 17:41:42 +0100
  • 06c0680b77 Skeletal ooura example, needing expansion. pabristow 2019-07-02 17:37:30 +0100
  • a368b618c8 Warning fixes for MSVC 14.1 and 14.2 pabristow 2019-07-02 17:36:07 +0100
  • c220654b46
    Update math.qbk Nick 2019-07-01 12:57:10 -0400
  • da069d6c0f
    Update roadmap.qbk Nick 2019-07-01 12:56:32 -0400
  • f54f6b21ea Merge branch 'develop' Nick Thompson 2019-06-30 10:12:45 -0400
  • 5650fef94e Rebuild docs. [CI SKIP] Nick Thompson 2019-06-30 10:11:22 -0400
  • 8c37a418cd
    Delete gamma_hpp autodiff test template. (#222) pulver 2019-06-29 08:20:21 -0400
  • 72af67491e
    Merge pull request #220 from boostorg/cardinal_quadratic_b_spline Nick 2019-06-27 19:37:45 -0400
  • ebf8eb9d21 Cardinal quadratic B-spline: Explicitly add template argument to green up build. Nick Thompson 2019-06-27 06:56:40 -0400
  • 8d549cd0cf Ooura Fourier integrals: Fix warnings on MSVC [CI SKIP] Nick Thompson 2019-06-26 17:54:21 -0400
  • a3b60e647f Cardinal quadratic B-spline interpolation. Nick Thompson 2019-06-26 08:50:00 -0400
  • 21daaf9a90
    Merge pull request #219 from boostorg/whittaker_shannon Nick 2019-06-26 06:58:27 -0400
  • 95defb67df
    Add make_ftuple(), digamma(), lgamma(), tgamma(), doc/test updates. (#218) pulver 2019-06-25 17:31:48 -0700
  • dc373ee009
    Merge pull request #107 from boostorg/ooura_fourier_transform Nick 2019-06-24 09:40:59 -0400
  • f5f52cfb2b Whittaker-Shannon: Add the test to test/Jamfile.v2. Nick Thompson 2019-06-24 08:40:21 -0400
  • 260a3af015 Whittaker-Shannon: Update docs, implement derivatives. Nick Thompson 2019-06-24 08:28:14 -0400
  • 90378e9b7e
    Merge pull request #213 from boostorg/issue204 Nick 2019-06-23 10:04:57 -0400
  • 8b90659666 Ooura Fourier integrals: Green up appveyor build. Nick Thompson 2019-06-22 18:26:48 -0400
  • 118b18c248 Merge branch 'develop' into issue204 Nick Thompson 2019-06-22 09:29:01 -0400
  • 07dd1e2c91 Ooura Fourier integrals: Fix Appveyor build. Nick Thompson 2019-06-22 09:27:36 -0400
  • 91ef47c0eb Merge branch 'develop' into ooura_fourier_transform [CI SKIP] Nick Thompson 2019-06-22 09:20:55 -0400
  • be834ee235
    Merge pull request #215 from boostorg/vector_barycentric Nick 2019-06-21 06:58:13 -0400
  • 95eef16b0b Ooura Fourier integrals: Use (std::numeric_limits<Real>::min)() to compiile on windows. Nick Thompson 2019-06-20 07:14:23 -0400
  • b2c2f0e644 Whittaker-Shannon interpolation: Derivative works, but is not sufficiently accurate. Some floating point manipulations are still required. [CI SKIP] Nick Thompson 2019-06-19 09:42:50 -0400
  • 3a8a44a327 Merge branch 'develop' into vector_barycentric Nick Thompson 2019-06-19 07:21:03 -0400
  • 442fa8c2ad Make sure that vector interpolant agrees with scalar interpolant. [CI SKIP] Nick Thompson 2019-06-19 07:21:00 -0400
  • f673bc20a4 Merge branch 'develop' into ooura_fourier_transform Nick Thompson 2019-06-19 06:54:21 -0400
  • a1149ce7f0 Whittaker-Shannon interpolation: Use PIMPL idiom. [CI SKIP] Nick Thompson 2019-06-19 06:53:01 -0400
  • 856867ab8b
    Merge pull request #217 from boostorg/clang_ci_fix Nick 2019-06-19 06:48:03 -0400
  • 676a584c10
    Update .travis.yml Nick 2019-06-17 16:40:40 -0400
  • 2d770b9d32 Vector barycentric rational: Enable compilation with containers which do not have multiplication/division/addition defined on them. Nick Thompson 2019-06-17 08:28:45 -0400
  • 92f678b32a Remove pessimistic comment about quality of memory estimate for nodes and weights. In addition, prevent push_back catastrophe. [CI SKIP] Nick Thompson 2019-06-16 12:05:39 -0400
  • 69d5ebc0be Second attempt to fix travis build with clang 6.0. Nick 2019-06-15 16:19:58 -0400
  • ce816b3d01 Attempt to fix travis failure with clang++-6: The following packages have unmet dependencies: clang-6.0 : Depends: libjsoncpp0 (>= 0.6.0~rc2) but it is not installable. Nick Thompson 2019-06-15 12:59:25 -0400
  • 8e3f5d50c8 Explain purpose of nodes/weights [CI SKIP] Nick Thompson 2019-06-15 12:55:38 -0400
  • bfb6689433 Remove gratuitous C++17isms from code. Nick Thompson 2019-06-15 10:11:17 -0400
  • 92a14241f6 Meaningless commit to kick off another build Nick Thompson 2019-06-14 21:43:55 -0400
  • 119c286bc6 Merge branch 'develop' into ooura_fourier_transform Nick Thompson 2019-06-14 09:05:24 -0400
  • 6cd90d38d2 Improve documentation and kick off build. Nick Thompson 2019-06-14 08:55:47 -0400
  • 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. jzmaddock 2019-06-14 08:36:16 +0100
  • 81c92932a4 Get rid of scoped_lock to compile on clang. [CI SKIP] Nick Thompson 2019-06-13 18:16:24 -0400
  • 882fb5c76d roots: Fix conceptual error in unpacking a single value. jzmaddock 2019-06-13 12:48:52 +0100
  • 2c46c4e9ca Merge branch 'develop' into issue204 John Maddock 2019-06-13 11:53:18 +0100
  • f38e74570b Ooura Fourier Integrals: Return {I, err} rather than I [CI SKIP] Nick Thompson 2019-06-12 07:09:09 -0400
  • a6ca778176 Ooura Fourier Sine: Add levels after precomputed levels are exhausted. [CI SKIP] Nick Thompson 2019-06-11 09:00:03 -0400
  • f595b6a8f6 Cleanup before refactoring. [CI SKIP] Nick Thompson 2019-06-11 07:21:24 -0400
  • 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] Nick Thompson 2019-06-07 13:26:34 -0400
  • 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] Nick Thompson 2019-06-07 12:49:23 -0400
  • 67dc112ba0 Cosmetic enhancements to BOOST_MATH_INSTRUMENT diagnostic output. pabristow 2019-06-05 12:22:52 +0100
  • 3073aa063c Tentative fix for failure to converge, https://github.com/boostorg/math/issues/216 pabristow 2019-06-05 10:23:19 +0100
  • bb9ad4a909 1F1: Testing update, note that not all tests quite pass yet. jzmaddock 2019-06-04 17:54:06 +0100
  • 7c87ee09d4 recurrence.hpp: Fix rescaling code. jzmaddock 2019-06-04 17:53:00 +0100
  • 239134c5f5 1F1: Correct conceptual error. jzmaddock 2019-06-04 17:52:21 +0100
  • 9a30204a6c Gamma: make sure lgamma returns the sign of result correctly in the multiprecision case. jzmaddock 2019-06-04 17:51:44 +0100
  • aec0e833f0 pFq: lots of rescaling fixes. jzmaddock 2019-06-04 17:51:03 +0100
  • f821c4e373 1F1: If recursion would result in too many steps, try the series instead. jzmaddock 2019-06-04 17:50:13 +0100
  • e1f2c68cbe 1F1: Add missing using declaration in large_abz case. jzmaddock 2019-06-04 17:49:15 +0100
  • 207005dcfb 1F1: Don't use infinity in hypergeometric_1F1_bessel.hpp, it breaks the concept checks. jzmaddock 2019-06-04 17:48:38 +0100
  • 725544c1fb small details [CI SKIP] Nick Thompson 2019-06-04 12:13:59 -0400
  • a48551221e Merge branch 'ooura_fourier_transform' of https://github.com/boostorg/math into ooura_fourier_transform [CI SKIP] Nick Thompson 2019-06-04 12:00:13 -0400
  • b06fbdbc5f merge develop [CI SKIP] Nick Thompson 2019-06-04 11:54:51 -0400
  • a97edb1139 Allow use of std::array [CI SKIP] Nick Thompson 2019-06-04 11:47:17 -0400
  • 8f8b56019d Add missing include [CI SKIP] Nick 2019-06-04 10:28:28 -0400
  • a52f16bafe Improvments to distribution construction examples, now using cpp_bin_float rather than cpp_dec_float but values computed differ and Wolfram wont computer the examples used, only allowing integral parameters for PDF, so better to use normal distribution [CI SKIP] pabristow 2019-06-03 17:43:44 +0100
  • 1bd16abd67 Merge branch 'develop' of https://github.com/boostorg/math into develop pabristow 2019-05-31 12:31:08 +0100
  • 1adff62d11 Typo Gaus corrected [CI SKIP] pabristow 2019-05-31 12:21:19 +0100
  • 8fcb98e4fc Typo consttable corrected pabristow 2019-05-31 12:20:39 +0100
  • 9432e32afa
    Merge pull request #210 from boostorg/catmull_cxx11 jzmaddock 2019-05-30 21:03:48 +0100
  • aa5a63135c Remove typo from docs and kick off build. Nick Thompson 2019-05-30 13:42:58 -0400
  • 18feb0fc2a Documentation, more unit tests [CI SKIP] Nick 2019-05-30 13:25:53 -0400
  • 02ff33c49a Several broken/missing links corrected, and lambert_w_errors_graph.cpp added. Passes local inspect.exe except on link to Boost.Test floating point that may work when built in situ. [CI SKIP] for now. pabristow 2019-05-30 16:55:15 +0100