eigen/unsupported/Eigen/CXX11
Benoit Steiner 6585efc553 Tightened the definition of isOfNormalIndex to take into account integer types in addition to arrays of indices
Only compile the custom index code  when EIGEN_HAS_SFINAE is defined. For the time beeing, EIGEN_HAS_SFINAE is a synonym for EIGEN_HAS_VARIADIC_TEMPLATES, but this might evolve in the future.
Moved some code around.
2015-10-14 09:31:37 -07:00
..
src Tightened the definition of isOfNormalIndex to take into account integer types in addition to arrays of indices 2015-10-14 09:31:37 -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 Tightened the definition of isOfNormalIndex to take into account integer types in addition to arrays of indices 2015-10-14 09:31:37 -07:00
TensorSymmetry