aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/README.md
Commit message (Collapse)AuthorAge
* changed documentation to make example compileGravatar jenswehner2021-06-16
|
* Fixing incorrect size in Tensor documentation.Gravatar Brian Zhao2019-10-04
|
* Fixed Tensor documentation formatting.Gravatar Alberto Luaces2019-07-23
|
* Update TheadPoolDevice example to include ThreadPool creation and passing ↵Gravatar Jonathon Koyle2019-04-10
| | | | pointer into constructor.
* Fix a lot of Doxygen warnings in Tensor moduleGravatar Christoph Hertzberg2018-10-09
|
* typoGravatar Gael Guennebaud2018-09-16
|
* Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
|
* Fix typos in the contraction example of tensor READMEGravatar Lee.Deokjae2018-01-06
|
* Added an example for a contraction to a scalar value, e.g. a double ↵Gravatar Jonas Harsch2017-09-01
| | | | contraction of two second order tensors and how you can get the value of the result. I lost one day to get this doen so I think it will help some guys. I also added Eigen:: to the IndexPair and and array in the same example.
* Merged in tntnatbry/eigen (pull request PR-319)Gravatar Benoit Steiner2017-07-07
| | | | Tensor Trace op
* fix typos in the Tensor readmeGravatar Gagan Goel2017-03-31
|
* Fix typo.Gravatar Gael Guennebaud2017-02-28
|
* Fixed the documentation of Scalar TensorsGravatar Benoit Steiner2016-11-24
|
* Fixed a bug in the documentation.Gravatar Benoit Steiner2016-08-12
|
* Add tensor scan opGravatar Igor Babuschkin2016-06-02
| | | | | This is the initial implementation a generic scan operation. Based on this, cumsum and cumprod method have been added to TensorBase.
* Fixed the formatting of the README.Gravatar Benoit Steiner2016-03-29
|
* Attempt to fix the formatting of the READMEGravatar Benoit Steiner2016-03-29
|
* Added support for boolean reductions (ie 'and' & 'or' reductions)Gravatar Benoit Steiner2015-10-20
|
* Added documentation for the convolution operationGravatar Benoit Steiner2015-03-31
|
* Improved the documentationsGravatar Benoit Steiner2015-02-19
|
* Created some documentationGravatar Benoit Steiner2015-01-13