aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/numext.cpp
Commit message (Collapse)AuthorAge
* Support BFloat16 in EigenGravatar Teng Lu2020-06-20
|
* fix always true warning with gcc 4.7Gravatar Gael Guennebaud2019-01-15
|
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with ↵Gravatar Gael Guennebaud2018-07-17
| | | | | | | | | EIGEN_DECLARE_TEST(mytest) { /* code */ }. This provide several advantages: - more flexibility in designing unit tests - unit tests can be glued to speed up compilation - unit tests are compiled with same predefined macros, which is a requirement for zapcc
* bug #1424: add numext::abs specialization for unsigned integer types.Gravatar Gael Guennebaud2017-06-09