aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_dimension.cpp
Commit message (Expand)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 EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* 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 correct...Gravatar Benoit Steiner2016-04-29
* 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 o...Gravatar Benoit Steiner2015-07-17
* Use ptrdiff_t instead of size_t to encode fixed sizes. This silences several ...Gravatar Benoit Steiner2015-04-17
* 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