aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_map.cpp
Commit message (Collapse)AuthorAge
* Add test for const TensorMap underlying data mutationGravatar Eugene Zhulenev2019-09-03
|
* Const correctness in TensorMap<const Tensor<T, ...>> expressionsGravatar Eugene Zhulenev2019-08-28
|
* 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
* Made several tensor tests compatible with cxx03Gravatar Benoit Steiner2016-04-29
|
* Backout changeset 690bc950f70c61075d396671e63480bbd64bb297Gravatar Gael Guennebaud2016-01-22
|
* fix clang warningsGravatar Jan Prach2016-01-20
| | | | "braces around scalar initializer"
* Updated the regressions tests that cover full reductionsGravatar Benoit Steiner2015-11-05
|
* Added a few tests to cover rank-0 tensorsGravatar Benoit Steiner2015-10-29
|
* Fixed incorrect expected valueGravatar Benoit Steiner2015-10-22
|
* Added a constructor to simplify the construction of tensormap from tensorGravatar Benoit Steiner2015-10-22
|
* Created many additional testsGravatar Benoit Steiner2015-01-14
|
* Added support for fixed sized tensors.Gravatar Benoit Steiner2014-05-06
Improved support for tensor expressions.