aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorIO.h
Commit message (Collapse)AuthorAge
* Add minimal support for Array<string>, and fix Tensor<string>Gravatar Gael Guennebaud2016-07-25
|
* bug #1241: does not emmit anything for empty tensorsGravatar Gael Guennebaud2016-06-23
|
* Handle empty tensors in the print functionsGravatar Benoit Steiner2016-06-21
|
* Fixed the printing of rank-0 tensorsGravatar Benoit Steiner2016-06-20
|
* Started to add support for tensors of rank 0Gravatar Benoit Steiner2015-10-26
|
* Fixed potential compilation errorGravatar Benoit Steiner2015-05-26
|
* Fix for TensorIO for Fixed sized Tensors.Gravatar Abhijit Kundu2015-02-28
| | | | | | | The following code snippet was failing to compile: TensorFixedSize<double, Sizes<4, 3> > t_4x3; cout << 4x3;
* Fixed the printing of RowMajor tensorsGravatar Benoit Steiner2015-01-14
|
* Added ability to print a tensor using an iostream.Gravatar Benoit Steiner2014-10-10