Searched refs:EIGEN_NO_STATIC_ASSERT (Results 1 – 17 of 17) sorted by relevance
11 #ifndef EIGEN_NO_STATIC_ASSERT12 #define EIGEN_NO_STATIC_ASSERT // turn static asserts into runtime asserts in order to check them macro
10 #define EIGEN_NO_STATIC_ASSERT macro
14 #ifndef EIGEN_NO_STATIC_ASSERT15 #define EIGEN_NO_STATIC_ASSERT // turn static asserts into runtime asserts in order to check them 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 #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…
47 …- \b EIGEN_NO_STATIC_ASSERT - if defined, compile-time static assertions are replaced by runtime a…
27 #ifndef EIGEN_NO_STATIC_ASSERT