aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorMacros.h
Commit message (Collapse)AuthorAge
* Disable SFINAE when compiling with nvccGravatar Benoit Steiner2015-11-11
|
* Disable SFINAE for versions of gcc older than 4.8Gravatar Benoit Steiner2015-10-20
|
* Tightened the definition of isOfNormalIndex to take into account integer ↵Gravatar Benoit Steiner2015-10-14
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.