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.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/Eigen/src/Core/Extract.h b/Eigen/src/Core/Extract.h
index e9323733a..ea7240ada 100755
--- a/Eigen/src/Core/Extract.h
+++ b/Eigen/src/Core/Extract.h
@@ -93,7 +93,13 @@ template<typename MatrixType, unsigned int Mode> class Extract
/** \returns an expression of a triangular matrix extracted from the current matrix
*
- * \sa part(), marked()
+ * The parameter \a Mode can have the following values: \c Upper, \c StrictlyUpper, \c UnitUpper,
+ * \c Lower, \c StrictlyLower, \c UnitLower.
+ *
+ * Example: \include MatrixBase_extract.cpp
+ * Output: \verbinclude MatrixBase_extract.out
+ *
+ * \sa class Extract, part(), marked()
*/
template<typename Derived>
template<unsigned int Mode>