aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_morphing.cpp
Commit message (Collapse)AuthorAge
* Split test_slice_in_expr which seems to be huge for visualGravatar Gael Guennebaud2016-07-11
|
* Split huge unit testGravatar Gael Guennebaud2016-07-07
|
* split huge unit testGravatar Gael Guennebaud2016-07-07
|
* Speedup a testGravatar Benoit Steiner2016-06-01
|
* Added a new operation to enable more powerful tensorindexing.Gravatar Benoit Steiner2016-05-27
|
* Fix return type for TensorEvaluator<TensorSlicingOp>::dataGravatar Benoit Steiner2015-09-17
|
* Fixed another batch of compilation warningsGravatar Benoit Steiner2015-02-28
|
* Silenced one more comilation warningGravatar Benoit Steiner2015-02-28
|
* Added more tests to validate support for tensors laid out in RowMajor order.Gravatar Benoit Steiner2015-02-25
|
* gcc doesn't consider thatGravatar Benoit Steiner2015-01-16
| | | | | | | | | | | template<typename OtherDerived> TensorStridingOp& operator = (const OtherDerived& other) provides a valid assignment operator for the striding operation, and therefore refuses to compile code like: result.stride(foo) = source.stride(bar); Added the explicit TensorStridingOp& operator = (const TensorStridingOp& other) as a workaround to get the code to compile, and did the same in all the operations that can be used as lvalues.
* Created many additional testsGravatar Benoit Steiner2015-01-14
|
* Added access to the unerlying raw data of a tnsor slice/chip whenever possibleGravatar Benoit Steiner2014-10-17
|
* Misc improvements and cleanupsGravatar Benoit Steiner2014-10-13
|
* Misc api improvements and cleanupsGravatar Benoit Steiner2014-08-23
|
* Added tests for tensor slicingGravatar Benoit Steiner2014-07-10
|
* Created additional unit tests for the tensor code and improved existing ones.Gravatar Benoit Steiner2014-06-13