Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/util/
DMacros.h532 # ifndef EIGEN_NO_DEBUG
533 # define EIGEN_NO_DEBUG macro
538 #ifdef EIGEN_NO_DEBUG
586 #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.dox87 - \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.h74 #if !(defined(EIGEN_NO_STATIC_ASSERT) && defined(EIGEN_NO_DEBUG))
DTranspose.h320 #ifndef EIGEN_NO_DEBUG
DAssignEvaluator.h875 #ifndef EIGEN_NO_DEBUG
/external/eigen/Eigen/
DCore20 #ifndef EIGEN_NO_DEBUG
21 #define EIGEN_NO_DEBUG
/external/eigen/unsupported/Eigen/
DMatrixFunctions292 // This fails if EIGEN_NO_DEBUG is undefined.