aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/Tensor.h
Commit message (Expand)AuthorAge
* Added missing apis to the tensor classGravatar Benoit Steiner2015-01-14
* Silenced a few compilation warningsGravatar Benoit Steiner2014-10-16
* Added missing tensor copy constructors. As a result it is now possible to dec...Gravatar Benoit Steiner2014-09-04
* The tensor assignment code now resizes the destination tensor as needed.Gravatar Benoit Steiner2014-07-31
* Fixed the assignment operator of the Tensor and TensorMap classes.Gravatar Benoit Steiner2014-07-22
* Reworked the expression evaluation mechanism in order to make it possible to ...Gravatar Benoit Steiner2014-06-13
* Pulled latest updates from the Eigen main trunk.Gravatar Benoit Steiner2014-06-10
|\
| * unsupported/TensorSymmetry: factor out completely from Tensor moduleGravatar Christian Seiler2014-06-04
* | Added support for tensor contractionsGravatar Benoit Steiner2014-06-04
* | Vectorized the evaluation of tensor expression (using SSE, AVX, NEON, ...)Gravatar Benoit Steiner2014-05-16
* | Added support for fixed sized tensors.Gravatar Benoit Steiner2014-05-06
* | Extended support for Tensors:Gravatar Benoit Steiner2014-04-28
|/
* C++11/Tensor: Fix copyright headersGravatar Christian Seiler2013-11-16
* CXX11/TensorSymmetry: add symmetry support for Tensor classGravatar Christian Seiler2013-11-14
* CXX11/Tensor: add simple initial tensor implementationGravatar Christian Seiler2013-11-14