Skip to content
Snippets Groups Projects
Commit 48dd19d8 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

core: include Eigen Tensor module for C++11 and more

parent 1bb42900
No related branches found
No related tags found
No related merge requests found
...@@ -88,6 +88,10 @@ namespace bp = boost::python; ...@@ -88,6 +88,10 @@ namespace bp = boost::python;
#include <Eigen/Core> #include <Eigen/Core>
#include <Eigen/Geometry> #include <Eigen/Geometry>
#ifdef EIGENPY_WITH_CXX11_SUPPORT
#include <unsupported/Eigen/CXX11/Tensor>
#endif
#if EIGEN_VERSION_AT_LEAST(3, 2, 90) #if EIGEN_VERSION_AT_LEAST(3, 2, 90)
#define EIGENPY_DEFAULT_ALIGNMENT_VALUE Eigen::Aligned16 #define EIGENPY_DEFAULT_ALIGNMENT_VALUE Eigen::Aligned16
#else #else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment