aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/util
Commit message (Expand)AuthorAge
* Define EIGEN_CPLUSPLUS and replace most __cplusplus checks.Gravatar Antonio Sanchez2021-03-05
* Hide recursive meta templates from DoxygenGravatar Christoph Hertzberg2019-12-19
* Rollback or PR-746 and partial rollback of https://bitbucket.org/eigen/eigen/...Gravatar Rasmus Munk Larsen2019-11-05
* Remove internal::smart_copy and replace with std::copyGravatar Eugene Zhulenev2019-10-29
* Fix CXX11Meta compilation with MSVCGravatar Eugene Zhulenev2019-10-28
* This PR fixes:Gravatar Mehdi Goli2019-10-23
* 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
* bug #1598: Let MaxSizeVector respect alignment of objects and add a unit testGravatar Christoph Hertzberg2018-09-14
* Product of empty array must be 1 and not 0.Gravatar Christoph Hertzberg2018-08-30
* Fix some trivial C++11 vs C++03 compatibility warningsGravatar Christoph Hertzberg2018-08-25
* Make MaxSizeVector leak-safeGravatar Christoph Hertzberg2018-08-23
* Adding missing at method in Eigen::arrayGravatar Benoit Steiner2018-08-16
* Converting ad-hoc inline keyword to EIGEN_STRONG_INLINE MACRO.Gravatar Mehdi Goli2018-08-01
* 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
* Makingt default numeric_list works with sycl.Gravatar Mehdi Goli2016-12-02
* Adding sycl backend for TensorPadding.h; disbaling __unit128 for sycl in Tens...Gravatar Mehdi Goli2016-12-01
* Added an implementation of numeric_list that works with syclGravatar Benoit Steiner2016-11-30
* Fixed compilation warningsGravatar Benoit Steiner2016-11-26
* Added missing array_get method for numeric_listGravatar Benoit Steiner2016-11-26
* Added a resize method to MaxSizeVectorGravatar Benoit Steiner2016-09-12
* bug #1167: simplify installation of header files using cmake's install(DIRECT...Gravatar Gael Guennebaud2016-08-29
* Make EIGEN_HAS_VARIADIC_TEMPLATES user configurableGravatar Gael Guennebaud2016-05-20
* Deleted superfluous explicit keyword.Gravatar Benoit Steiner2016-05-03
* Fixed include pathGravatar Benoit Steiner2016-04-29
* Refactor the unsupported CXX11/Core module to internal headers only.Gravatar Gael Guennebaud2016-04-26