aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_index_list.cpp
Commit message (Collapse)AuthorAge
* Replace deprecated Eigen::DenseIndex with Eigen::Index in TensorIndexListGravatar Eugene Zhulenev2018-09-17
|
* Fix a few compiler warnings in CXX11 tests.Gravatar Rasmus Munk Larsen2018-08-14
|
* 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
* Added support for statically known lists of pairs of indicesGravatar Benoit Steiner2016-05-25
|
* Completed the IndexList rewriteGravatar Benoit Steiner2015-11-12
|
* Updated the regressions tests that cover full reductionsGravatar Benoit Steiner2015-11-05
|
* Use the new EIGEN_HAS_INDEX_LIST define to enable the ↵Gravatar Benoit Steiner2015-07-16
| | | | cxx11_tensor_index_list tests
* Fixed the order of 2 #includesGravatar Benoit Steiner2015-04-06
|
* Added the EIGEN_HAS_CONSTEXPR defineGravatar Benoit Steiner2015-02-06
| | | | Gate the tensor index list code based on the value of EIGEN_HAS_CONSTEXPR
* Expanded the functionality of index listsGravatar Benoit Steiner2015-01-14
|
* Added support for static list of indicesGravatar Benoit Steiner2014-11-12