stl_dim
Marius Kintel 2011-10-04 21:06:57 +02:00
parent 799ca1d1b3
commit 46ccaf3716
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,11 @@
#ifndef LINALG_H_
#define LINALG_H_
#ifndef __APPLE__
#define EIGEN_DONT_VECTORIZE 1
#define EIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT 1
#endif
#include <Eigen/Core>
#include <Eigen/Geometry>