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
16 lines
318 B
#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
|