mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
finally commit Rohit's work as the start of a new (currently
unsupported) module, MoreVectorization. CCMAIL:rpg.314@gmail.com
This commit is contained in:
16
unsupported/Eigen/MoreVectorization
Normal file
16
unsupported/Eigen/MoreVectorization
Normal file
@@ -0,0 +1,16 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user