aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Core
Commit message (Expand)AuthorAge
* 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