• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#ifndef EIGEN_MOREVECTORIZATION_MODULE_H
2#define EIGEN_MOREVECTORIZATION_MODULE_H
3
4#include <Eigen/Core>
5
6namespace Eigen {
7
8/** \ingroup Unsupported_modules
9  * \defgroup MoreVectorization More vectorization module
10  */
11
12}
13
14#include "src/MoreVectorization/MathFunctions.h"
15
16#endif // EIGEN_MOREVECTORIZATION_MODULE_H
17