Searched refs:EIGEN_NO_STATIC_ASSERT (Results 1 – 14 of 14) sorted by relevance
10 #define EIGEN_NO_STATIC_ASSERT macro
10 #ifndef EIGEN_NO_STATIC_ASSERT11 #define EIGEN_NO_STATIC_ASSERT // turn static asserts into runtime asserts in order to check them macro
14 #ifndef EIGEN_NO_STATIC_ASSERT15 #define EIGEN_NO_STATIC_ASSERT // turn static asserts into runtime asserts in order to check them macro
12 #define EIGEN_NO_STATIC_ASSERT macro
10 #define EIGEN_NO_STATIC_ASSERT // otherwise we fail at compile time on unused paths macro
99 If \c EIGEN_NO_STATIC_ASSERT is defined, static assertions turn into <tt>eigen_assert</tt>'s, worki…105 This saves compile time but consumes more run time. \c EIGEN_NO_STATIC_ASSERT is undefined by defau…
89 …- \b EIGEN_NO_STATIC_ASSERT - if defined, compile-time static assertions are replaced by runtime a…
27 #ifndef EIGEN_NO_STATIC_ASSERT
74 #if !(defined(EIGEN_NO_STATIC_ASSERT) && defined(EIGEN_NO_DEBUG))