eigen/unsupported/Eigen/CXX11
Benoit Steiner 3625734bc8 Moved some utilities to TensorMeta.h to make it easier to reuse them accross several tensor operations.
Created the TensorDimensionList class to encode the list of all the dimensions of a tensor of rank n. This could be done using TensorIndexList, however TensorIndexList require cxx11 which isn't yet supported as widely as we'd like.
2015-06-29 10:49:55 -07:00
..
src Moved some utilities to TensorMeta.h to make it easier to reuse them accross several tensor operations. 2015-06-29 10:49:55 -07: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
Tensor Moved some utilities to TensorMeta.h to make it easier to reuse them accross several tensor operations. 2015-06-29 10:49:55 -07:00
TensorSymmetry