aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorEvaluator.h
Commit message (Expand)AuthorAge
...
* Fixed the vectorized implementation of the Tensor select() methodGravatar Benoit Steiner2015-03-25
* Silenced more compilation warningsGravatar Benoit Steiner2015-02-10
* Silcenced a few compilation warningsGravatar Benoit Steiner2015-02-10
* Silenced several compilation warningsGravatar Benoit Steiner2015-02-10
* Fixed the return type of coefficient wise operations. For example, the abs fu...Gravatar Benoit Steiner2015-01-14
* Fixed the return type of the coefficient-wise tensor operations.Gravatar Benoit Steiner2014-11-04
* Fixed the return types of unary and binary expressions to properly handle the...Gravatar Benoit Steiner2014-10-16
* Misc improvements and cleanupsGravatar Benoit Steiner2014-10-13
* Added suppor for in place evaluation to simple tensor expressions.Gravatar Benoit Steiner2014-08-13
* Improved evaluation of tensor expressions when used as rvaluesGravatar Benoit Steiner2014-07-08
* Reworked the expression evaluation mechanism in order to make it possible to ...Gravatar Benoit Steiner2014-06-13
* TensorEval are now typed on the device: this will make it possible to use par...Gravatar Benoit Steiner2014-06-10
* Added support for tensor contractionsGravatar Benoit Steiner2014-06-04
* 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