aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_dimension.cpp
Commit message (Collapse)AuthorAge
* Enable DSizes type promotion with c++03 compilersGravatar Eugene Zhulenev2018-09-18
|
* Add DSizes index type promotionGravatar Eugene Zhulenev2018-09-15
|
* 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
* fix compilation with c++11Gravatar Gael Guennebaud2016-07-07
|
* Fix warningsGravatar Gael Guennebaud2016-07-07
|
* fixed some double-promotion and sign-compare warningsGravatar Christoph Hertzberg2016-05-11
|
* Added a few tests to ensure that the dimensions of rank 0 tensors are ↵Gravatar Benoit Steiner2016-04-29
| | | | correctly computed
* Fixed a typo in a test and a compilation warningGravatar Benoit Steiner2015-07-17
|
* Rewrote Eigen::dimensions_match to prevent a static assertion when the rank ↵Gravatar Benoit Steiner2015-07-17
| | | | of the tensors is different.
* Use ptrdiff_t instead of size_t to encode fixed sizes. This silences several ↵Gravatar Benoit Steiner2015-04-17
| | | | | | clang compilation warnings (transplanted from 4400e4436ac7c5bbd305a03c21aa4bce24ae199b)
* Silenced some compilation warningsGravatar Benoit Steiner2015-02-28
|
* Fixed another batch of compilation warningsGravatar Benoit Steiner2015-02-28
|
* Created many additional testsGravatar Benoit Steiner2015-01-14
|
* Fixed a testGravatar Benoit Steiner2014-11-05
|
* Fixes for the forced evaluation of tensor expressionsGravatar Benoit Steiner2014-10-02
More tests