aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h
Commit message (Expand)AuthorAge
* Added NumTraits for type2index.Gravatar Benoit Steiner2016-03-30
* Made the TensorIndexList usable on GPU without having to use the -relaxed-con...Gravatar Benoit Steiner2016-02-26
* Silenced some compilation warnings triggered by nvccGravatar Benoit Steiner2015-11-12
* Completed the IndexList rewriteGravatar Benoit Steiner2015-11-12
* Simplified more of the IndexList code.Gravatar Benoit Steiner2015-11-12
* Started to make the IndexList code compile by more compilersGravatar Benoit Steiner2015-11-12
* Fixed compilation error with xcode.Gravatar Benoit Steiner2015-11-12
* Use standard include syntax in Tensor module (<> for include-path and "" for ...Gravatar Christoph Hertzberg2015-08-18
* Define EIGEN_HAS_INDEX_LIST whenever the class is defined. This makes it easi...Gravatar Benoit Steiner2015-07-16
* Worked around some constexpr related bugs in nvcc 7Gravatar Benoit Steiner2015-05-28
* Added the EIGEN_HAS_CONSTEXPR defineGravatar Benoit Steiner2015-02-06
* Silenced some compilation warningsGravatar Benoit Steiner2015-01-30
* Added more tests to cover tensor reductionsGravatar Benoit Steiner2015-01-28
* Expanded the functionality of index listsGravatar Benoit Steiner2015-01-14
* Fixed compilation errors with clang.Gravatar Benoit Steiner2014-11-13
* Added support for static list of indicesGravatar Benoit Steiner2014-11-12