Sha256: 608045b2486a5e295a5adae16b419cb5517942483165baff65cf3c7f31c7368f
Contents?: true
Size: 304 Bytes
Versions: 5
Compression:
Stored size: 304 Bytes
Contents
#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
Version data entries
5 entries across 5 versions & 1 rubygems