aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/util/EmulateArray.h
Commit message (Expand)AuthorAge
* Rollback or PR-746 and partial rollback of https://bitbucket.org/eigen/eigen/...Gravatar Rasmus Munk Larsen2019-11-05
* Drop support for c++03 in Eigen tensor. Get rid of some code used to emulate ...Gravatar Rasmus Munk Larsen2019-10-18
* Avoid `I` as an identifier, since it may clash with the C-header complex.hGravatar Christoph Hertzberg2019-01-25
* Workaround for spurious "array subscript is above array bounds" warnings with...Gravatar Christoph Hertzberg2018-09-20
* Fix some trivial C++11 vs C++03 compatibility warningsGravatar Christoph Hertzberg2018-08-25
* Adding missing at method in Eigen::arrayGravatar Benoit Steiner2018-08-16
* updates based on PR feedbackGravatar Deven Desai2018-06-14
* syncing this fork with upstreamGravatar Deven Desai2018-06-13
|\
* | Adding support for using Eigen in HIP kernels.Gravatar Deven Desai2018-06-06
| * Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
|/
* Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH al...Gravatar Gael Guennebaud2017-07-17
* Silenced a couple of compilation warningsGravatar Benoit Steiner2017-03-01
* Fix duplicates of array_size bewteen unsupported and CoreGravatar Gael Guennebaud2017-01-25
* Make EIGEN_HAS_VARIADIC_TEMPLATES user configurableGravatar Gael Guennebaud2016-05-20
* Refactor the unsupported CXX11/Core module to internal headers only.Gravatar Gael Guennebaud2016-04-26