aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/is_same_dense.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
* Make is_same_dense compatible with different scalar types.Gravatar Gael Guennebaud2018-07-03
|
* Fix unit test.Gravatar Gael Guennebaud2016-06-03
|
* Fix unit tests wrt EIGEN_DEFAULT_TO_ROW_MAJORGravatar Gael Guennebaud2015-12-11
|
* bug #890, add a more general routine to check that two dense object ↵Gravatar Gael Guennebaud2015-06-10
reference to the same data