aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_contraction.cpp
Commit message (Collapse)AuthorAge
* Allowed tensor contraction operation with an empty array of dimension pairs, ↵Gravatar Godeffroy Valet2015-07-25
| | | | which performs a tensor product.
* Fixed another batch of compilation warningsGravatar Benoit Steiner2015-02-28
|
* Fix non initialized entries and comparison of very small numbersGravatar Gael Guennebaud2015-02-06
|
* Created many additional testsGravatar Benoit Steiner2015-01-14
|
* Ensured that contractions that can be reduced to a matrix vector product ↵Gravatar Benoit Steiner2015-01-06
| | | | work correctly even when the input coefficients aren't aligned.
* Improved contraction testGravatar Benoit Steiner2014-10-03
|
* Created more regression testsGravatar Benoit Steiner2014-09-04
|
* Fixed a few compilation errors.Gravatar Benoit Steiner2014-06-10
|
* Created additional tests for the tensor code.Gravatar Benoit Steiner2014-06-05