mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Document EIGEN_NO_DEBUG macro.
I needed some doxygen tricks to get this to work, so it may not be worth it.
This commit is contained in:
@@ -181,7 +181,7 @@ vector[i] vector.y()
|
||||
vector.w()
|
||||
\endcode</td><td>\code
|
||||
matrix(i,j)
|
||||
\endcode</td><td class="note">Range checking is disabled if \n NDEBUG or EIGEN_NO_DEBUG is defined</td></tr>
|
||||
\endcode</td><td class="note">Range checking is disabled if \n NDEBUG or #EIGEN_NO_DEBUG is defined</td></tr>
|
||||
|
||||
<tr><td>Coeff access without \n range checking</td>
|
||||
<td>\code
|
||||
|
||||
Reference in New Issue
Block a user