aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_ref.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
* Fixed compilation warningGravatar Benoit Steiner2015-03-16
|
* Fixed compilation error with clangGravatar Benoit Steiner2015-03-16
|
* Fixes the Lvalue computation by actually setting the LvalueBit properly when ↵Gravatar Benoit Steiner2015-03-16
| | | | instantiating tensors of const T. Added a test to check the fix.
* Improved tensor referencesGravatar Benoit Steiner2015-01-14
|
* Added support for tensor referencesGravatar Benoit Steiner2014-10-28