You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
318 B

  1. #ifndef EIGEN_MOREVECTORIZATION_MODULE_H
  2. #define EIGEN_MOREVECTORIZATION_MODULE_H
  3. #include <Eigen/Core>
  4. namespace Eigen {
  5. /** \ingroup Unsupported_modules
  6. * \defgroup MoreVectorization More vectorization module
  7. */
  8. }
  9. #include "src/MoreVectorization/MathFunctions.h"
  10. #endif // EIGEN_MOREVECTORIZATION_MODULE_H