aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h
Commit message (Expand)AuthorAge
* Make EIGEN_HAS_VARIADIC_TEMPLATES user configurableGravatar Gael Guennebaud2016-05-20
* Decoupled the packet type definition from the definition of the tensor ops. A...Gravatar Benoit Steiner2016-03-08
* Worked around a few clang compilation warningsGravatar Benoit Steiner2016-02-10
* Backout changeset 690bc950f70c61075d396671e63480bbd64bb297Gravatar Gael Guennebaud2016-01-22
* fix clang warningsGravatar Jan Prach2016-01-20
* Record whether the underlying tensor storage can be accessed directly during ...Gravatar Benoit Steiner2016-01-19
* Fixed the coefficient accessors use for the 2d and 3d case when compiling wit...Gravatar Benoit Steiner2015-12-10
* Added support for tensor maps of rank 0.Gravatar Benoit Steiner2015-10-29
* Added a constructor to simplify the construction of tensormap from tensorGravatar Benoit Steiner2015-10-22
* Added missing apis to the TensorMap classGravatar Benoit Steiner2015-01-14
* Silenced a few compilation warningsGravatar Benoit Steiner2014-10-16
* Misc improvements and cleanupsGravatar Benoit Steiner2014-10-13
* Removed dead codeGravatar Benoit Steiner2014-10-08
* 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
* Fixed compilation errorGravatar Benoit Steiner2014-06-09
* Added support for additional tensor operations:Gravatar Benoit Steiner2014-05-22
* 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