aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Extract.h
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/src/Core/Extract.h')
-rwxr-xr-xEigen/src/Core/Extract.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Eigen/src/Core/Extract.h b/Eigen/src/Core/Extract.h
index 516178c2c..ff84d0ece 100755
--- a/Eigen/src/Core/Extract.h
+++ b/Eigen/src/Core/Extract.h
@@ -94,6 +94,8 @@ template<typename MatrixType, unsigned int Mode> class Extract
* The parameter \a Mode can have the following values: \c Upper, \c StrictlyUpper, \c UnitUpper,
* \c Lower, \c StrictlyLower, \c UnitLower.
*
+ * \addexample ExtractExample \label How to extract a triangular part of an arbitrary matrix
+ *
* Example: \include MatrixBase_extract.cpp
* Output: \verbinclude MatrixBase_extract.out
*