aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Diagonal.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2017-01-21 22:09:59 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2017-01-21 22:09:59 +0100
commit22a172751e7b91f97f33ba769a2d5e1955c44280 (patch)
tree1aaa0e37709f9acab4a66f6171245885c9965069 /Eigen/src/Core/Diagonal.h
parent924600a0e817d5200a8841ce6577ef372dcc209c (diff)
bug #1378: fix doc (DiagonalIndex vs Diagonal)
Diffstat (limited to 'Eigen/src/Core/Diagonal.h')
-rw-r--r--Eigen/src/Core/Diagonal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Core/Diagonal.h b/Eigen/src/Core/Diagonal.h
index bfea0584b..49e711257 100644
--- a/Eigen/src/Core/Diagonal.h
+++ b/Eigen/src/Core/Diagonal.h
@@ -21,7 +21,7 @@ namespace Eigen {
* \param MatrixType the type of the object in which we are taking a sub/main/super diagonal
* \param DiagIndex the index of the sub/super diagonal. The default is 0 and it means the main diagonal.
* A positive value means a superdiagonal, a negative value means a subdiagonal.
- * You can also use Dynamic so the index can be set at runtime.
+ * You can also use DynamicIndex so the index can be set at runtime.
*
* The matrix is not required to be square.
*