mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-04 09:04:54 -06:00
18 lines
369 B
C
18 lines
369 B
C
#ifndef _Eigen_Eigen_h
|
|
#define _Eigen_Eigen_h
|
|
|
|
#include <Core/Core.h>
|
|
|
|
#define EIGEN_MATRIX_PLUGIN <plugin/Eigen/ToStringPlugin.h>
|
|
#define EIGEN_DENSEBASE_PLUGIN <plugin/Eigen/ToStringPlugin.h>
|
|
|
|
#ifndef flagSSE2
|
|
#define EIGEN_DONT_VECTORIZE
|
|
#define EIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT
|
|
#endif
|
|
|
|
#define EIGEN_NO_DEBUG
|
|
|
|
#include "Eigen/Eigen"
|
|
|
|
#endif
|