aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/Core
Commit message (Expand)AuthorAge
* Replace std::vector with our own implementation, as using the stl when compil...Gravatar Benoit Steiner2016-03-08
* Turn on some of the cxx11 features when compiling with visual studio 2015Gravatar Benoit Steiner2016-03-05
* 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
* Created some benchmarks for the tensor codeGravatar Benoit Steiner2014-10-17
* Pulled in the latest changes from the Eigen trunkGravatar Benoit Steiner2014-08-13
|\
* | Extended support for Tensors:Gravatar Benoit Steiner2014-04-28
|/
* C++11/Tensor: Fix copyright headersGravatar Christian Seiler2013-11-16
* C++11: add template metaprogramming helpersGravatar Christian Seiler2013-11-14