Home
last modified time | relevance | path

Searched refs:EIGEN_NO_DEBUG (Results 1 – 9 of 9) sorted by relevance

/external/eigen/Eigen/src/Core/util/
DMacros.h954 #ifndef EIGEN_NO_DEBUG
955 #define EIGEN_NO_DEBUG macro
988 # ifndef EIGEN_NO_DEBUG
989 # define EIGEN_NO_DEBUG macro
994 #ifdef EIGEN_NO_DEBUG
1046 #ifdef EIGEN_NO_DEBUG
/external/eigen/doc/
DTopicAssertions.dox24 …u can suppress eigen_assert by defining \c EIGEN_NO_DEBUG \b before including Eigen headers. \c EI…
DTopicAliasing.dox74 EIGEN_NO_DEBUG macro, and the above program was compiled with this macro turned off in order to ill…
DPreprocessorDirectives.dox88 - \b EIGEN_NO_DEBUG - disables %Eigen's assertions if defined. Not defined by default, unless the
DQuickReference.dox170 \endcode</td><td class="note">Range checking is disabled if \n NDEBUG or EIGEN_NO_DEBUG is defined<…
/external/eigen/Eigen/src/Core/
DDot.h77 #if !(defined(EIGEN_NO_STATIC_ASSERT) && defined(EIGEN_NO_DEBUG))
DTranspose.h380 #ifndef EIGEN_NO_DEBUG
DAssignEvaluator.h950 #ifndef EIGEN_NO_DEBUG
/external/eigen/unsupported/Eigen/
DMatrixFunctions295 // This fails if EIGEN_NO_DEBUG is undefined.