Home
last modified time | relevance | path

Searched refs:EIGEN_NO_STATIC_ASSERT (Results 1 – 17 of 17) sorted by relevance

/external/eigen/test/eigen2/
Deigen2_mixingtypes.cpp11 #ifndef EIGEN_NO_STATIC_ASSERT
12 #define EIGEN_NO_STATIC_ASSERT // turn static asserts into runtime asserts in order to check them macro
Deigen2_product_small.cpp10 #define EIGEN_NO_STATIC_ASSERT macro
Deigen2_swap.cpp10 #define EIGEN_NO_STATIC_ASSERT macro
/external/eigen/test/
Dproduct_small.cpp10 #define EIGEN_NO_STATIC_ASSERT macro
Dmixingtypes.cpp14 #ifndef EIGEN_NO_STATIC_ASSERT
15 #define EIGEN_NO_STATIC_ASSERT // turn static asserts into runtime asserts in order to check them macro
Dmapped_matrix.cpp10 #ifndef EIGEN_NO_STATIC_ASSERT
11 #define EIGEN_NO_STATIC_ASSERT // turn static asserts into runtime asserts in order to check them macro
Dsmallvectors.cpp10 #define EIGEN_NO_STATIC_ASSERT macro
Dswap.cpp10 #define EIGEN_NO_STATIC_ASSERT macro
Dinteger_types.cpp10 #define EIGEN_NO_STATIC_ASSERT macro
Dadjoint.cpp10 #define EIGEN_NO_STATIC_ASSERT macro
Dvectorwiseop.cpp10 #define EIGEN_NO_STATIC_ASSERT macro
Dcwiseop.cpp14 #define EIGEN_NO_STATIC_ASSERT macro
Dbasicstuff.cpp10 #define EIGEN_NO_STATIC_ASSERT macro
Dblock.cpp10 #define EIGEN_NO_STATIC_ASSERT // otherwise we fail at compile time on unused paths macro
/external/eigen/doc/
DTopicAssertions.dox99 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…
DPreprocessorDirectives.dox47 …- \b EIGEN_NO_STATIC_ASSERT - if defined, compile-time static assertions are replaced by runtime a…
/external/eigen/Eigen/src/Core/util/
DStaticAssert.h27 #ifndef EIGEN_NO_STATIC_ASSERT