aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Core/util
Commit message (Expand)AuthorAge
* Refactor the unsupported CXX11/Core module to internal headers only.Gravatar Gael Guennebaud2016-04-26
* Added commentGravatar Benoit Steiner2016-03-23
* Made the comparison of Eigen::array GPU friendlyGravatar Benoit Steiner2016-03-11
* Added a comparison operator for Eigen::arrayGravatar Benoit Steiner2016-03-11
* Made the list reductions less ambiguous.Gravatar Benoit Steiner2016-03-09
* Replace std::vector with our own implementation, as using the stl when compil...Gravatar Benoit Steiner2016-03-08
* Don't warn that msvc 2015 isn't c++11 compliant just because it doesn't claim...Gravatar Benoit Steiner2016-03-06
* Don't make the array constructors explicitGravatar Benoit Steiner2016-02-19
* Fixed the initialization of the dummy member of the array class to make it co...Gravatar Benoit Steiner2016-02-03
* Made sure the dummy element of size 0 array is always intialized to silence s...Gravatar Benoit Steiner2016-02-03
* Fixed a number of compilation warnings generated by the cuda testsGravatar Benoit Steiner2016-01-31
* Backout changeset 690bc950f70c61075d396671e63480bbd64bb297Gravatar Gael Guennebaud2016-01-22
* fix clang warningsGravatar Jan Prach2016-01-20
* Made it possible to use array of size 0 on CUDA devicesGravatar Benoit Steiner2016-01-08
* Removed a couple of partial specialization that confuse nvcc and result in er...Gravatar Benoit Steiner2016-01-07
* Added option to force the usage of the Eigen array class instead of the std::...Gravatar Benoit Steiner2015-11-20
* Fixed compilation error with xcode.Gravatar Benoit Steiner2015-11-12
* Made it possible to run some of the CXXMeta functions on a CUDA device.Gravatar Benoit Steiner2015-11-12
* Moved the array code into it's own file.Gravatar Benoit Steiner2015-11-12
* Don't use std::array when compiling with nvcc since nvidia doesn't support th...Gravatar Benoit Steiner2015-11-11
* Extended the reduction code so that reducing an empty set returns the neural ...Gravatar Benoit Steiner2015-10-29
* Fixed compilation warningGravatar Benoit Steiner2015-10-26
* Fixed compilation warningGravatar Benoit Steiner2015-10-23
* Added support for arrays of size 0Gravatar Benoit Steiner2015-10-23
* use Eigen smart_copy instead of std::copyGravatar Benoit Steiner2015-07-06
* Turned Eigen::array::size into a function to make the code compatible with st...Gravatar Benoit Steiner2015-06-30
* Pulled latest updates from trunkGravatar Benoit Steiner2015-04-01
|\
| * Fixed some compilation warning triggered by the cxx11 emulation codeGravatar Benoit Steiner2015-04-01
* | Deleted unnecessary semicolonsGravatar Benoit Steiner2015-03-30
|/
* Added CMake support for Tensor module. CMake now installs CXX11 Tensor module...Gravatar Abhijit Kundu2015-02-26
* Fixed the cxx11_meta testGravatar Benoit Steiner2015-02-06
* Misc improvementsGravatar Benoit Steiner2015-01-14
* Misc improvements and cleanupsGravatar Benoit Steiner2014-10-13
* Created the IndexPair type to store pair of tensor indices. CUDA doesn't supp...Gravatar Benoit Steiner2014-10-03
* Added ability to get the nth element from an abstract array type.Gravatar Benoit Steiner2014-08-13
* Pulled latest updates from the Eigen main trunk.Gravatar Benoit Steiner2014-06-10
|\
* | Fixes compilation errors triggered when compiling the tensor contraction code...Gravatar Benoit Steiner2014-06-09
| * unsupported/CXX11/Core: allow gen_numeric_list to have a starting pointGravatar Christian Seiler2014-06-04
| * unsupported/ C++11 workarounds: don't use hack for libc++ if not requiredGravatar Christian Seiler2014-06-04
* | Added support for tensor contractionsGravatar Benoit Steiner2014-06-04
* | Added support for fixed sized tensors.Gravatar Benoit Steiner2014-05-06
* | Extended support for Tensors:Gravatar Benoit Steiner2014-04-28
|/
* Fixed a typo in CXX11Meta.hGravatar Benoit Steiner2014-04-14
* C++11/Tensor: Fix copyright headersGravatar Christian Seiler2013-11-16
* C++11: add template metaprogramming helpersGravatar Christian Seiler2013-11-14