Matt Borland
|
f86ea8e88c
|
Begin adding interpolator tests
|
2023-05-17 18:48:47 +02:00 |
|
Matt Borland
|
12b3c8a7e7
|
Standalone tests (#606)
* Add missing distribution compile tests
* Add cstdfloat compile tests
* Rename and finish differentiation
* Add interpolators compile tests and fixes
* Reorganize/add quadrature compile tests
* Add missing sf tests and fixes for failures
* Add tools incl tests and fixes
* Add compile tests to jamfile plus collected fixes
* Collected fixes for CI failures
* Fix fftw config
* Remove lexical cast from arcsine dist [ci skip]
* Improve cstdfloat tests [ci skip]
* Improve differentiation tests [ci skip]
* Improve distribution testing [ci skip]
* Updates to interpolator tests [ci skip]
* Improve quadrature tests [ci skip]
* Improve sf tests [ci skip]
* Improve tools tests
* Collected CI fixes
* Fix for MSVC 14.2 array allocation error
[windows]
* MSVC 14.2 workarounds
[windows]
* Fix float128 and interpolators tests
* Add standalone testing on clang
[standalone]
* Fixes for type mismatches on MSVC
[windows]
* Fix for MSVC 14.0 fail from missing header
[windows]
* Change barycentric rational namespace
[ci skip]
* Fix standalone clang warnings
* Change namespace in barycentric examples
|
2021-04-22 14:44:21 -04:00 |
|
Nick
|
fe25853c27
|
Actually fix warning [CI SKIP]
|
2019-10-14 08:52:27 -04:00 |
|
Nick Thompson
|
9b14fff12e
|
Remove header deprecation warnings.
|
2019-08-10 08:50:12 -04:00 |
|
Nick Thompson
|
442fa8c2ad
|
Make sure that vector interpolant agrees with scalar interpolant. [CI SKIP]
|
2019-06-19 07:21:00 -04:00 |
|
Nick Thompson
|
2d770b9d32
|
Vector barycentric rational: Enable compilation with containers which do not have multiplication/division/addition defined on them.
|
2019-06-17 08:28:45 -04:00 |
|
Nick
|
18feb0fc2a
|
Documentation, more unit tests [CI SKIP]
|
2019-05-30 13:25:53 -04:00 |
|
Nick Thompson
|
9e21a89675
|
fix move constructor use [CI SKIP]
|
2019-05-30 11:12:38 -04:00 |
|
Nick
|
2f725f0299
|
Tests for vector-valued barycentric rational. [CI SKIP]
|
2019-05-29 15:52:23 -04:00 |
|