eigen/unsupported/Eigen/CXX11
2015-05-19 13:59:52 -07:00
..
src Added new version of the TensorIntDiv class optimized for 32 bit signed integers. It saves 1 register on CPU and 2 on GPU. 2015-05-19 13:59:52 -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 Added the ability to generate a tensor from a custom user defined 'generator'. This simplifies the creation of constant tensors initialized using specific regular patterns. 2015-04-22 11:14:58 -07:00
TensorSymmetry