mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-07-14 00:57:06 +01:00
initial commit
This commit is contained in:
11
latan/Eigen/Array
Normal file
11
latan/Eigen/Array
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef EIGEN_ARRAY_MODULE_H
|
||||
#define EIGEN_ARRAY_MODULE_H
|
||||
|
||||
// include Core first to handle Eigen2 support macros
|
||||
#include "Core"
|
||||
|
||||
#ifndef EIGEN2_SUPPORT
|
||||
#error The Eigen/Array header does no longer exist in Eigen3. All that functionality has moved to Eigen/Core.
|
||||
#endif
|
||||
|
||||
#endif // EIGEN_ARRAY_MODULE_H
|
Reference in New Issue
Block a user