bed980e202Merge branch 'develop' into lambertw
jzmaddock
2018-08-30 10:17:19 +0100
3abd04ce50LambertW: Hook up concept checks, and fix failures.
jzmaddock
2018-08-30 08:57:35 +0100
45b86cf115LambertW: Fix up GCC support. Split tests into smaller units so as not to generate over-large object files.
jzmaddock
2018-08-29 19:34:30 +0100
50c014abdcLambertW: further improvements to code coverage.
jzmaddock
2018-08-28 17:23:02 +0100
460e50a1fcLambertW: Add test data for very large values.
jzmaddock
2018-08-27 19:48:59 +0100
10e6f0d68fLambert W: Add tests near the singularity. Fix a couple of minor issues in the implementation to improve error rates. NB: errors very near the singularity are still very high - this is an intrinsic property of the function - we are solving z = w exp(w) for w, but there are actually a wide range of w values which satisfy the equation once we get very close to the singularity.
jzmaddock
2018-08-26 19:51:15 +0100
a1d658aed1LambertW: start to split tests into smaller chunks.
jzmaddock
2018-08-23 10:26:17 +0100
c04b83bf15LambertW: Moved some files around, deleted dead ones.
jzmaddock
2018-08-22 19:33:49 +0100
5edc682dactest_lambert_w.cpp: tidy up macro usage.
jzmaddock
2018-08-22 19:32:00 +0100
d002d1491aLambertW: Tidy up header includes.
jzmaddock
2018-08-22 19:31:22 +0100
5f495d259eCorrect spelling of "boost" !
jzmaddock
2018-08-21 08:34:21 +0100
8a853e5edbCI: try adding type_traits as a manual dependency.
jzmaddock
2018-08-21 08:26:51 +0100
91c193d2d2Improve heuristics used in newton_raphson_iterate. Copies heuristics already in place for halley_iterate for the case where convergence fails. Fixes: https://github.com/boostorg/math/issues/145
jzmaddock
2018-08-19 16:27:45 +0100
dcc8544578Major edit done and graphs now show legend lines.
pabristow
2018-07-24 11:24:20 +0100
8d77dc0516Precision updated, quadrature notes added, need prime notes
pabristow
2018-07-19 16:48:04 +0100
aaa38c3feefirst draft of no-precision policy version.
pabristow
2018-07-17 17:39:27 +0100
0e9549ff2fMerge branch 'develop'
John Maddock
2018-07-12 18:22:17 +0100
cf52501842Tests pass for VS, GCC8.1, integrals and derivatives, Clang 600 without integrals and without derivatives.
pabristow
2018-07-11 18:26:25 +0100
653012cdadcopied from branch temp == HEAD. Simplified version with integration resolved.
pabristow
2018-07-11 17:22:39 +0100
691f2a5852Integration tests improved with simpler lambert W
pabristow
2018-07-11 15:42:19 +0100
ce5bd9f3b3Last before radical simplication (restored version 15May2018).
pabristow
2018-07-11 09:39:22 +0100
a2f228ca88CI: Move some tests from misc to special_functions test group to try and avoid timeouts.
jzmaddock
2018-07-02 13:37:49 +0100
b7074917a2Fix gcc-8 failures in test case: calls to bessel functions need to be disambiguated.
jzmaddock
2018-07-02 13:36:59 +0100
Merge pull request #131 from kuhlenough/develop
jzmaddock
2018-06-26 09:52:39 +0100
70612cd472Keep examples clean, disable build for VxWorks
Brian Kuhl
2018-06-25 20:06:48 -0400
c275bf655eRefactor the polynomial addition function
Lakshay Garg
2018-06-25 02:46:25 -0700
bb6bdc4c61Use <boost::math::policies::real> instead of <real> Dinkum STL declares and inline real() function in the global namespace that clang can not distinguish from policies::real otherwise
Brian Kuhl
2018-06-24 22:41:39 -0400