aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/symbolic_index.cpp
Commit message (Collapse)AuthorAge
* cleanupGravatar Gael Guennebaud2019-01-15
|
* fix c++11 deprecated warningGravatar Gael Guennebaud2018-10-08
|
* Move all, last, end from Eigen::placeholders namespace to Eigen::, and ↵Gravatar Gael Guennebaud2018-09-15
| | | | rename end to lastp1 to avoid conflicts with std::end.
* Rename Symbolic namespace to symbolic to be consistent with numext namespaceGravatar Gael Guennebaud2018-09-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
* Add some basic unit-testsGravatar Gael Guennebaud2018-07-12
|
* Add test for multiple symbolsGravatar Gael Guennebaud2017-01-24
|
* Add unit test for FixedInt and SymbolicGravatar Gael Guennebaud2017-01-24