Commit Graph

5028 Commits

Author SHA1 Message Date
jzmaddock
47b022cb3a exp_sinh_quadrature_test.cpp: adjust expected error rates for real_concept. 2018-06-18 08:59:41 +01:00
jzmaddock
ed83cdda6f Merge branch 'develop' of https://github.com/boostorg/math into develop 2018-06-17 19:16:57 +01:00
jzmaddock
b4bf07205d Appveyor: split vc14.x tests up a bit to prevent timeouts. 2018-06-17 19:16:43 +01:00
jzmaddock
658945d508 Improve sinc approximations and add better tests.
Fixes: https://svn.boost.org/trac10/ticket/13606 and https://svn.boost.org/trac10/ticket/13603.
2018-06-17 19:10:46 +01:00
jzmaddock
7532ed9891
Merge pull request #128 from boostorg/complex_sinh_sinh
Support for complex-valued integrands in sinh-sinh quadrature.
2018-06-12 18:00:14 +01:00
Nick Thompson
cb954798d7 Support for complex-valued integrands in sinh-sinh quadrature. 2018-06-12 13:11:52 +08:00
pabristow
69541b1dc8 Updated brent example docs [CI SKIP] 2018-06-03 18:07:58 +01:00
pabristow
50a8b2909b Improvements to Brent example to avoid previous ugly warnings. (untested for building docs yet). 2018-06-03 17:55:29 +01:00
jzmaddock
52c1f1c932 Fix 2 minor CI failures. 2018-06-02 13:35:26 +01:00
pabristow
44e875ce1f Rebuilt docs for brent minimise example [CI SKIP] 2018-06-01 18:04:27 +01:00
pabristow
637a35450b improve brent minimise example. 2018-06-01 18:02:06 +01:00
jzmaddock
b01ea3af0d Disable brent_minimise_example.cpp in C++03. 2018-06-01 09:25:09 +01:00
jzmaddock
693ee8261c Merge branch 'develop' of https://github.com/boostorg/math into develop 2018-06-01 09:18:24 +01:00
jzmaddock
ed79dd53f0 Try not to break std lib code when concept testing are own.
See: https://github.com/boostorg/math/issues/126.
2018-06-01 09:18:07 +01:00
pabristow
f7127c6fd3 remove need for c++11 default function template parameter. 2018-05-31 16:31:42 +01:00
pabristow
d803b8e0b7 Added diagnostics that must be removed. 2018-05-31 16:25:43 +01:00
pabristow
0fe646388f Corrected brent minimisation example 2018-05-30 17:22:30 +01:00
pabristow
0f6d5eb059 Added brent minimisation example 2018-05-30 17:21:41 +01:00
pabristow
6ef2001681 1st try at MP maybe_halley in float only 2018-05-29 17:51:30 +01:00
jzmaddock
29024a7187 Merge branch 'develop' 2018-05-27 17:39:44 +01:00
jzmaddock
bf57b10feb Documentation update [CI SKIP] 2018-05-27 17:38:50 +01:00
jzmaddock
c43027e86f tanh_sinh_quadrature_test.cpp: Up expected error rate on one failing test. 2018-05-25 11:13:36 +01:00
jzmaddock
3474b8c246 Merge branch 'develop' of https://github.com/boostorg/math into develop 2018-05-25 08:12:57 +01:00
jzmaddock
8d1ba7dbd4 Switch CI to XCode 9.3. 2018-05-25 08:12:42 +01:00
jzmaddock
ea6c824a3e
Merge pull request #125 from boostorg/complex_exp_sinh
Complex valued integrand support for exp-sinh quadrature
2018-05-25 08:10:23 +01:00
jzmaddock
f83f71335e Revert "Temporary commit to test multiprecision fix: REVERT ME!!"
This reverts commit 4ffd878b40.
2018-05-24 12:51:39 +01:00
jzmaddock
4ffd878b40 Temporary commit to test multiprecision fix: REVERT ME!!
[CI SKIP]
2018-05-24 10:09:20 +01:00
jzmaddock
2267c6af67 exp_sinh: Regenerate quad precision abscissa and weights. 2018-05-22 19:58:35 +01:00
jzmaddock
5839b19968 Update exp_sinh_quadrature_test.cpp to fix msvc test failure. 2018-05-21 18:28:40 +01:00
pabristow
23ecd1a1c0 All changes before getting develop up-to-date. 2018-05-15 14:00:34 +01:00
Nick Thompson
8e8d02f3cb Loosen up exp-sinh quadrature error to green build. 2018-05-06 10:25:39 +08:00
Nick Thompson
e0ffb3878d Loosen up error bound to green up build. 2018-05-05 14:40:20 +08:00
Nick Thompson
9d22c55d4a Merge branch 'develop' into rational_derivatives 2018-05-05 10:02:02 +08:00
Nick Thompson
0d67b045ae [CI SKIP] Merge branch 'develop' into complex_exp_sinh 2018-05-05 10:00:42 +08:00
jzmaddock
9c366fede0 Merge branch 'warning_removal_2' into develop 2018-05-04 19:28:40 +01:00
jzmaddock
f73932460a Merge branch 'develop' into warning_removal_2
Restrict warning suppression to gcc > 4.8.
2018-05-04 19:27:47 +01:00
jzmaddock
c2ed84adad
Merge pull request #122 from boostorg/travis_updates
Updates to travis: Do not speak unless there is an error, stop on fir…
2018-05-04 19:23:16 +01:00
jzmaddock
936e222508 Merge branch 'complex_gk' into develop 2018-05-04 19:18:40 +01:00
jzmaddock
4bb5e06332 Merge branch 'complex_gk' of https://github.com/boostorg/math into complex_gk 2018-05-04 18:08:33 +01:00
Nick Thompson
728b6949ed Complex valued integrand support for exp-sinh quadrature 2018-05-03 12:19:04 +08:00
Nick Thompson
157e33a516 [CI SKIP] Merge develop 2018-05-03 09:22:53 +08:00
Nick Thompson
cc9d1cc7f9 Fix build by replacing fabs->abs. 2018-05-02 12:24:30 +08:00
Nick Thompson
60aa168556 Fix cpp_dec_float. 2018-05-02 09:31:09 +08:00
jzmaddock
d949051482 Merge branch 'develop' into complex_gk 2018-05-01 19:30:39 +01:00
jzmaddock
8e2def96a6 Merge branch 'gauss_complex' into develop 2018-05-01 19:06:09 +01:00
jzmaddock
219fa40821 Gauss - update tests to use static integrate member. 2018-05-01 19:04:37 +01:00
Nick Thompson
ea6acb3855 [CI SKIP] Real->{Real, Complex} integrand support for Gauss-Kronrod quadrature. 2018-05-01 15:50:55 +08:00
Nick Thompson
26c8536a82 [CI SKIP] Document that Gaussian quadrature support R->C. 2018-05-01 12:06:39 +08:00
Nick Thompson
df0f02e412 [CI SKIP] Remove 'Control reaches end of non-void function warning.' 2018-05-01 10:45:11 +08:00
jzmaddock
e1a09b1f8e Gauss-complex - functions can still be static, simply error return. 2018-04-30 19:54:08 +01:00