mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-21 07:19:46 +08:00
2bb1c9e8dc
unsupported) module, MoreVectorization. CCMAIL:rpg.314@gmail.com
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
|