aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_intdiv.cpp
Commit message (Expand)AuthorAge
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Fixed compilation warningGravatar Benoit Steiner2016-05-09
* Fixed another clang compilation warningGravatar Benoit Steiner2015-11-19
* Cleanup the integer division testGravatar Benoit Steiner2015-11-19
* Avoid using the version of TensorIntDiv optimized for 32-bit integers when th...Gravatar Benoit Steiner2015-11-18
* Fixed a few compilation warnings triggered by clangGravatar Benoit Steiner2015-07-29
* Extended the range of value inputs for TensorIntDiv to support tensors with m...Gravatar Benoit Steiner2015-07-22
* Enabled the construction of a fixed sized tensor directly from an expression.Gravatar Benoit Steiner2015-07-13
* Added new version of the TensorIntDiv class optimized for 32 bit signed integ...Gravatar Benoit Steiner2015-05-19
* Sharded a large testGravatar Benoit Steiner2015-03-30
* Added support for fast integer divisions by a constantGravatar Benoit Steiner2014-08-14