aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/special_numbers.cpp
Commit message (Collapse)AuthorAge
* 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
* Previous isFinite->hasNonFinite change was broken. After discussion let's ↵Gravatar Gael Guennebaud2013-07-18
| | | | rename it to allFinite
* Rename isFinite to hasNonFinite to avoid future naming collisions.Gravatar Gael Guennebaud2013-07-17
|
* Use numeric_limits to get NaN and infGravatar Gael Guennebaud2013-07-06
|
* Fix warning typedef XXX locally defined but not usedGravatar Gael Guennebaud2013-06-21
|
* Big 564: add hasNaN and isFinite membersGravatar Gael Guennebaud2013-04-16