eigen/unsupported/Eigen/CXX11
Abhijit Kundu ef09ce4552 Fix for TensorIO for Fixed sized Tensors.
The following code snippet was failing to compile:

TensorFixedSize<double, Sizes<4, 3> > t_4x3;
cout << 4x3;
2015-02-28 21:30:31 -05:00
..
src Fix for TensorIO for Fixed sized Tensors. 2015-02-28 21:30:31 -05:00
CMakeLists.txt Added CMake support for Tensor module. CMake now installs CXX11 Tensor module like the rest of the unsupported modules 2015-02-26 16:50:09 -05:00
Core Created some benchmarks for the tensor code 2014-10-17 09:49:03 -07:00
Tensor Updated the list of include files 2015-01-14 15:43:38 -08:00
TensorSymmetry Fix compilation for CXX11/Tensor module if unsupported is not in include path 2014-06-04 18:31:02 +02:00