aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/Tensor.h
Commit message (Expand)AuthorAge
* Re-implement move assignments.Gravatar Antonio Sanchez2021-03-10
* Fix rule-of-3 for the Tensor module.Gravatar Antonio Sanchez2020-11-18
* Fix most Doxygen warnings. Also add links to stable documentation from unsupp...Gravatar Christoph Hertzberg2018-10-19
* Support static dimensions (aka IndexList) in Tensor::resize(...)Gravatar Eugene Zhulenev2018-09-18
* Converting ad-hoc inline keyword to EIGEN_STRONG_INLINE MACRO.Gravatar Mehdi Goli2018-08-01
* Added a move constructor and move assignment operator to Tensor and wrote som...Gravatar Viktor Csomor2018-02-07
* Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
* Deleted unnecessary explicit qualifiers.Gravatar Benoit Steiner2016-05-25
* 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
* Fixed clang comilation 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
* Marked the tensor constructors as EIGEN_DEVICE_FUNC: This makes it possible t...Gravatar Benoit Steiner2015-12-14
* Fixed a typo in the constructor of tensors of rank 5.Gravatar Benoit Steiner2015-12-10
* Use integers instead of std::size_t to encode the number of dimensions in the...Gravatar Benoit Steiner2015-12-04
* Started to add support for tensors of rank 0Gravatar Benoit Steiner2015-10-26
* Updated the custom indexing code: we can now use any container that provides ...Gravatar Benoit Steiner2015-10-15
* Tightened the definition of isOfNormalIndex to take into account integer type...Gravatar Benoit Steiner2015-10-14
* name changes 2Gravatar Gabriel Nützi2015-10-09
* name changesGravatar Gabriel Nützi2015-10-09
* added CustomIndex capability only to Tensor and not yet to TensorBase.Gravatar Gabriel Nützi2015-10-09
* Many files were missing in previous changeset.Gravatar Gael Guennebaud2015-07-29
* Silenced a compilation warningGravatar Benoit Steiner2015-06-30
* Fixed a few compilation warningsGravatar Benoit Steiner2015-06-30
* Improved support for fixed size tensorsGravatar Benoit Steiner2015-06-29
* Added a few more missing EIGEN_DEVICE_FUNC statementsGravatar Benoit Steiner2015-05-26
* Made the index type a template parameter of the tensor class instead of encod...Gravatar Benoit Steiner2015-03-30
* 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
* Silenced a few more compilation warningsGravatar Benoit Steiner2015-01-30
* 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