aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h
Commit message (Collapse)AuthorAge
* Use standard include syntax in Tensor module (<> for include-path and "" for ↵Gravatar Christoph Hertzberg2015-08-18
| | | | relative path)
* Define EIGEN_HAS_INDEX_LIST whenever the class is defined. This makes it ↵Gravatar Benoit Steiner2015-07-16
| | | | easier to support compilers that are cxx11 compliant and compilers that aren't.
* Worked around some constexpr related bugs in nvcc 7Gravatar Benoit Steiner2015-05-28
|
* Added the EIGEN_HAS_CONSTEXPR defineGravatar Benoit Steiner2015-02-06
| | | | Gate the tensor index list code based on the value of EIGEN_HAS_CONSTEXPR
* 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
| | | | H: Enter commit message. Lines beginning with 'HG:' are removed.
* Added support for static list of indicesGravatar Benoit Steiner2014-11-12