2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-27 05:02:32 +00:00
Commit Graph

6738 Commits

Author SHA1 Message Date
Christopher Kormanyos
e982eb6736 Hopefully finish first half instantiate 2024-02-13 16:09:07 +01:00
Christopher Kormanyos
8d6b63ee58 Find and repair more compile errors 2024-02-13 15:20:47 +01:00
Christopher Kormanyos
fad9639a7a Deal with hopefully last compile problems 2024-02-13 14:57:41 +01:00
Christopher Kormanyos
bf15c515bc Workaround remaining excepts/maintain params 2024-02-13 14:47:24 +01:00
Christopher Kormanyos
5ba4e9dcd5 Repair remaining typos in instantiate.hpp 2024-02-13 14:16:28 +01:00
Christopher Kormanyos
c701800ba0 Repair compilation errors 2024-02-13 14:01:38 +01:00
Christopher Kormanyos
2326d37ab5 Repair compilation errors 2024-02-13 13:29:45 +01:00
Christopher Kormanyos
3afc1bc5c2 Run and cover compile-test instantiation 2024-02-13 12:59:21 +01:00
Christopher Kormanyos
f767420c58 Merge pull request #1090 from boostorg/more_octonion_cover
Fix #1091 more octonion coverage
2024-02-13 12:54:50 +01:00
Christopher Kormanyos
77da18566e Add more octonion tests 2024-02-13 10:04:28 +01:00
Christopher Kormanyos
c52d39e440 Achieve more octonion coverage 2024-02-13 08:44:03 +01:00
Nick Thompson
8d47ee0f4b Include tests for optimization 2024-02-12 16:55:44 -08:00
Nick Thompson
b7a62c4a29 TLC for optimization docs 2024-02-12 14:23:01 -08:00
Christopher Kormanyos
380a1cf225 Merge pull request #1087 from boostorg/try_testing_octonion
Get something of octonion tested
2024-02-12 20:56:46 +01:00
Christopher Kormanyos
bb7767de20 LCOV-Exclude octonion Input-Streaming 2024-02-12 18:47:08 +01:00
Christopher Kormanyos
ac0443eb44 Add a division test and exercise ctors 2024-02-12 15:45:35 +01:00
Christopher Kormanyos
2bd765c03e Annotate LCOV all original test_octonions 2024-02-12 14:53:46 +01:00
Christopher Kormanyos
8f6ac0dc3d Restore original octonion test 2024-02-12 14:48:22 +01:00
Christopher Kormanyos
852cb89f91 [ci skip] restore original test program 2024-02-12 14:44:53 +01:00
Christopher Kormanyos
6c440afb15 Test more of octernion 2024-02-12 14:22:16 +01:00
Christopher Kormanyos
abf7503baf Get something of octonion tested 2024-02-12 13:23:25 +01:00
Christopher Kormanyos
61a03e0203 Merge pull request #1084 from boostorg/more_specfun_cover
Add several tgamma()/lgamma() edge cases
2024-02-11 19:23:29 +01:00
Christopher Kormanyos
bfe1c190ad Update checkout/cache actions CodeCov CI 2024-02-11 18:18:19 +01:00
Christopher Kormanyos
43c7cd7381 Repair typo semicolon in proper place 2024-02-11 17:58:45 +01:00
Christopher Kormanyos
6ac438c888 Pick up a few more coverage lines 2024-02-11 17:48:22 +01:00
Christopher Kormanyos
9aabd9a072 Cover the test line(s) themselves 2024-02-11 17:35:29 +01:00
Christopher Kormanyos
fd917982df Add a few corresponding lgamma() tests 2024-02-11 15:20:52 +01:00
Christopher Kormanyos
90779e715f Add several tgamma() edge cases 2024-02-11 14:21:24 +01:00
Nick Thompson
f8da4ba2be Units compatibility for optimization 2024-02-10 20:58:18 -08:00
Christopher Kormanyos
91f3a22169 Merge pull request #1082 from boostorg/update_docs
Update docs with minor corrections
2024-02-10 19:13:47 +01:00
Christopher Kormanyos
9caac5b0a9 Merge branch 'develop' into update_docs 2024-02-10 17:52:27 +01:00
Christopher Kormanyos
b42143118f Merge pull request #1069 from boostorg/improve_coverage
Improve test coverage.
2024-02-10 17:47:45 +01:00
jzmaddock
84b1208abf Correct bad merge of condition_number_test (again). 2024-02-10 11:11:18 +00:00
jzmaddock
bdcecaa7be Correct variable name. 2024-02-10 10:42:45 +00:00
jzmaddock
48b249115f Add better bessel_iterator tests. 2024-02-10 10:33:36 +00:00
Christopher Kormanyos
4e097c1204 Update docs with some minor corrections 2024-02-10 11:25:20 +01:00
Christopher Kormanyos
adfee51282 Merge branch 'develop' into update_docs 2024-02-10 11:24:41 +01:00
jzmaddock
319a521430 Merge branch 'develop' into improve_coverage
Fixed Conflicts:
	test/Jamfile.v2
	test/condition_number_test.cpp
2024-02-10 09:54:04 +00:00
jzmaddock
da7a945e02 Add missing using statement. 2024-02-10 09:27:35 +00:00
Nick Thompson
3bf7d9791c Use math_unit_test.hpp to fix build failure
We often see the condition number test failing with

```
C:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/as.exe: ..\..\..\bin.v2\libs\math\test\condition_number_test.test\a7486d3baaf381a6d13710dc26b7b123\condition_number_test.o: too many sections (32989)
C:\Users\RUNNER~1\AppData\Local\Temp\ccuI2rpi.s: Assembler messages:
C:\Users\RUNNER~1\AppData\Local\Temp\ccuI2rpi.s: Fatal error: can't write 155 bytes to section .text of ..\..\..\bin.v2\libs\math\test\condition_number_test.test\a7486d3baaf381a6d13710dc26b7b123\condition_number_test.o: 'File too big'
```

Use math_unit_test.hpp to fix this.
2024-02-09 15:32:35 -08:00
Nick Thompson
222d266048 CMA-ES 2024-02-09 12:09:53 -08:00
jzmaddock
851c171f16 More bessel function tests for improved coverage.
Kill some unused variable warnings.
Mark up code we think is unreachable but aren't sure about.
2024-02-09 19:34:42 +00:00
jzmaddock
eef497efea Make bessel_k_prime integer order aware. 2024-02-09 18:25:31 +00:00
jzmaddock
1d1a52cc27 Correct gauss and gauss_kronrod integrators with strange-precision types. 2024-02-09 18:11:18 +00:00
Christopher Kormanyos
2b510ac957 Enhance introductory words 2024-02-09 19:06:34 +01:00
Christopher Kormanyos
6f95e19126 Correct docs error CI yaml script name 2024-02-09 18:26:42 +01:00
Christopher Kormanyos
11a04ddfa3 Update GitHub ReadMe docs 2024-02-09 18:23:17 +01:00
John Maddock
26e21c9720 Merge branch 'develop' into improve_coverage 2024-02-09 16:24:26 +00:00
jzmaddock
e285ef3501 Correct test cases. 2024-02-09 16:23:33 +00:00
jzmaddock
098676d6ac Correct test cases. 2024-02-09 13:14:15 +00:00