|
Tapkee
|
#include <Eigen/Eigen>#include <Eigen/Dense>#include <unsupported/Eigen/SparseExtra>Go to the source code of this file.
Macros | |
| #define | EIGEN_NO_DEBUG |
| #define | EIGEN_RUNTIME_NO_MALLOC |
| #define | EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET |
| #define | RESTRICT_ALLOC Eigen::internal::set_is_malloc_allowed(false) |
| #define | UNRESTRICT_ALLOC Eigen::internal::set_is_malloc_allowed(true) |
| #define EIGEN_NO_DEBUG |
Definition at line 9 of file eigen3.hpp.
| #define EIGEN_RUNTIME_NO_MALLOC |
Definition at line 11 of file eigen3.hpp.
| #define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET |
Definition at line 20 of file eigen3.hpp.
| #define RESTRICT_ALLOC Eigen::internal::set_is_malloc_allowed(false) |
Definition at line 26 of file eigen3.hpp.
| #define UNRESTRICT_ALLOC Eigen::internal::set_is_malloc_allowed(true) |
Definition at line 27 of file eigen3.hpp.