aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h
Commit message (Expand)AuthorAge
* Fix rule-of-3 for the Tensor module.Gravatar Antonio Sanchez2020-11-18
* TensorMap constness should not change underlying storage constnessGravatar Eugene Zhulenev2019-09-03
* Const correctness in TensorMap<const Tensor<T, ...>> expressionsGravatar Eugene Zhulenev2019-08-28
* [SYCL] This PR adds the minimum modifications to the Eigen unsupported module...Gravatar Mehdi Goli2019-06-28
* Fix most Doxygen warnings. Also add links to stable documentation from unsupp...Gravatar Christoph Hertzberg2018-10-19
* Using the suggested modification.Gravatar Mehdi Goli2018-08-01
* variadic version of assert which can take a parameter pack as its input.Gravatar Mehdi Goli2018-08-01
* Deleted unused TensorMap data memberGravatar Benoit Steiner2016-09-23
* Partial OpenCL support via SYCL compatible with ComputeCpp CE.Gravatar Luke Iwanski2016-09-19
* 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