2
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2025-01-06 14:14:46 +08:00
eigen/unsupported/Eigen/MoreVectorization

17 lines
318 B
Plaintext
Raw Normal View History

#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