aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorStorage.h
Commit message (Expand)AuthorAge
* Re-implement move assignments.Gravatar Antonio Sanchez2021-03-10
* Replace call to FixedDimensions() with a singleton instance ofGravatar Turing Eret2020-12-16
* TensorStorage with FixedDimensions now has zero instance memory overhead.Gravatar Turing Eret2020-12-14
* Rollback or PR-746 and partial rollback of https://bitbucket.org/eigen/eigen/...Gravatar Rasmus Munk Larsen2019-11-05
* Remove internal::smart_copy and replace with std::copyGravatar Eugene Zhulenev2019-10-29
* Made the TensorStorage class compile with clang 3.9Gravatar Benoit Steiner2017-02-28
* Silent warning.Gravatar Gael Guennebaud2017-02-20
* Fix compilation.Gravatar Gael Guennebaud2017-02-18
* Make EIGEN_HAS_VARIADIC_TEMPLATES user configurableGravatar Gael Guennebaud2016-05-20
* Fixed clang comilation warningsGravatar Benoit Steiner2016-02-10
* Fixed a few compilation warningsGravatar Benoit Steiner2016-01-31
* Deleted an invalid assertion that prevented the assignment of empty tensors.Gravatar Benoit Steiner2016-01-27
* Use signed integers instead of unsigned ones more consistently in the codebase.Gravatar Benoit Steiner2015-12-04
* Started to add support for tensors of rank 0Gravatar Benoit Steiner2015-10-26
* Many files were missing in previous changeset.Gravatar Gael Guennebaud2015-07-29
* Use numext::swap instead of std::swapGravatar Benoit Steiner2015-07-06
* Made the index type a template parameter of the tensor class instead of encod...Gravatar Benoit Steiner2015-03-30
* Silenced a few compilation warningsGravatar Benoit Steiner2015-02-28
* Fixed compilation warningsGravatar Benoit Steiner2015-02-27
* Added support for 32bit index on a per tensor/tensor expression. This enables...Gravatar Benoit Steiner2015-02-27
* Marked a few functions as EIGEN_DEVICE_FUNC to enable the use of tensors in c...Gravatar Benoit Steiner2015-02-10
* Improved the resizing of tensorsGravatar Benoit Steiner2015-01-14
* Misc improvements and cleanupsGravatar Benoit Steiner2014-10-13
* Made sure that the data stored in fixed sized tensor is aligned.Gravatar Benoit Steiner2014-07-25
* 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/Tensor: add simple initial tensor implementationGravatar Christian Seiler2013-11-14