2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

6 Commits

Author SHA1 Message Date
Matt Borland
bfa206d12c Losen tolerance on cohen acceleration 2023-11-03 08:18:03 +01:00
Matt Borland
faaf4759ac Fix stack overflow in cohen acceleration from GCC bug 2023-05-22 13:48:33 +02:00
jzmaddock
fae96bf542 S390x testing: make all the tests 128-bit float safe.
* Remove tests we don't need right now.
!!!REVERT THIS COMMIT BEFORE MERGING!!!

* Add s390x testing to drone.

* Correct drone file.

* Correct drone file (again)

* Prevent complete cancellation in bessel_jy logic.

* Correct testing for 128-bit floats.

* Make some more tests 128-bit long double safe.

* Make more tests 128-bit float safe.

* Fix some more 128-bit testing issues.

* More 128-bit float fixes.

* Make more tests 128-bit float safe.

* Fix up remaining tests for 128-bit floats.

* Yet more 128-bit float test case fixes.

* Fix up more tests for 128-bit floats and non-intel platforms.

* Fix up more tests to be 128-bit long double safe.

* More test case adjustments.

* More 128-bit float error rate adjustments.

* Fixes for autodiff tests

* Two more test fixes.

* Fix up daubechies_scaling_test.cpp and reinstate full CI.

Co-authored-by: Matt Borland <matt@mattborland.com>
2023-01-11 18:31:05 +00:00
Matt Borland
94f3ed7086 Fix for test failure in cohen_acceleration_test 2021-03-15 20:43:54 +03:00
Nick
5fc9214ad1 Update error rate in Cohen acceleration 2021-01-08 07:07:57 -06:00
Nick
cbd2af2890 Cohen acceleration (#415)
* Cohen acceleration

Accelerates convergence of an alternating series by a method designed by Cohen, Villegas, and Zagier.
2020-08-09 09:55:56 -04:00