aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_of_complex.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
* Avoid using initializer lists in test since not all version of msvc support themGravatar Benoit Steiner2016-03-05
|
* Added a method to conjugate the content of a tensor or the result of a ↵Gravatar Benoit Steiner2016-02-11
| | | | tensor expression.
* Fixed another batch of compilation warningsGravatar Benoit Steiner2015-02-28
|
* Fixed the return types of unary and binary expressions to properly handle ↵Gravatar Benoit Steiner2014-10-16
| | | | the case where it is different from the input type (e.g. abs(complex<float>))
* Misc improvements and cleanupsGravatar Benoit Steiner2014-10-13