aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_trace.cpp
Commit message (Collapse)AuthorAge
* Make file formatting comply with POSIX and Unix standardsGravatar Aaron Franke2020-03-23
| | | | UTF-8, LF, no BOM, and newlines at the end of files
* Add missing initialization in cxx11_tensor_trace.cpp.Gravatar Rasmus Munk Larsen2019-12-04
|
* fixing compilation error for cxx11_tensor_trace.cpp error on Microsoft ↵Gravatar Mehdi Goli2018-08-02
| | | | Visual Studio.
* 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
* Merged in tntnatbry/eigen (pull request PR-319)Gravatar Benoit Steiner2017-07-07
Tensor Trace op