mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Enable evaluators by default
This commit is contained in:
11
Eigen/Core
11
Eigen/Core
@@ -12,10 +12,13 @@
|
||||
#define EIGEN_CORE_H
|
||||
|
||||
// EIGEN_TEST_EVALUATORS => EIGEN_ENABLE_EVALUATORS
|
||||
#ifdef EIGEN_TEST_EVALUATORS
|
||||
#ifndef EIGEN_ENABLE_EVALUATORS
|
||||
#define EIGEN_ENABLE_EVALUATORS
|
||||
#endif
|
||||
#ifndef EIGEN_TEST_NO_EVALUATORS
|
||||
#ifndef EIGEN_TEST_EVALUATORS
|
||||
#define EIGEN_TEST_EVALUATORS
|
||||
#endif
|
||||
#ifndef EIGEN_ENABLE_EVALUATORS
|
||||
#define EIGEN_ENABLE_EVALUATORS
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// first thing Eigen does: stop the compiler from committing suicide
|
||||
|
||||
Reference in New Issue
Block a user