17 lines
318 B
Plaintext
17 lines
318 B
Plaintext
#ifndef EIGEN_MOREVECTORIZATION_MODULE_H
|
|
#define EIGEN_MOREVECTORIZATION_MODULE_H
|
|
|
|
#include <Eigen/Core>
|
|
|
|
namespace Eigen {
|
|
|
|
/** \ingroup Unsupported_modules
|
|
* \defgroup MoreVectorization More vectorization module
|
|
*/
|
|
|
|
#include "src/MoreVectorization/MathFunctions.h"
|
|
|
|
}
|
|
|
|
#endif // EIGEN_MOREVECTORIZATION_MODULE_H
|