mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-24 14:45:14 +08:00
17 lines
324 B
Plaintext
17 lines
324 B
Plaintext
|
#ifndef EIGEN_MOREVECTORIZATION_MODULE_H
|
||
|
#define EIGEN_MOREVECTORIZATION_MODULE_H
|
||
|
|
||
|
#include <Eigen/Core>
|
||
|
|
||
|
namespace Eigen {
|
||
|
|
||
|
/** \ingroup Unsupported_modules
|
||
|
* \defgroup MoreVectorization additional vectorization module
|
||
|
*/
|
||
|
|
||
|
#include "src/MoreVectorization/MathFunctions.h"
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif // EIGEN_MOREVECTORIZATION_MODULE_H
|