diff options
author | Gael Guennebaud <g.gael@free.fr> | 2018-09-20 22:57:28 +0200 |
---|---|---|
committer | Gael Guennebaud <g.gael@free.fr> | 2018-09-20 22:57:28 +0200 |
commit | f0ef3467de0b9a726024e7d5efb3aff007ad6f93 (patch) | |
tree | 3ee0dbd1e38178697d472405f90916c7ddb5b938 /Eigen | |
parent | 617f75f1178b89c3ec98bd70644d5754b8339a65 (diff) |
Fix doc
Diffstat (limited to 'Eigen')
-rw-r--r-- | Eigen/src/Core/util/SymbolicIndex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Core/util/SymbolicIndex.h b/Eigen/src/Core/util/SymbolicIndex.h index 41d477056..17cf46f05 100644 --- a/Eigen/src/Core/util/SymbolicIndex.h +++ b/Eigen/src/Core/util/SymbolicIndex.h @@ -35,7 +35,7 @@ namespace Eigen { * std::cout << expr98.eval(x=6) << "\n"; * \endcode * - * It is currently only used internally to define and manipulate the placeholders::last and placeholders::end symbols in Eigen::seq and Eigen::seqN. + * It is currently only used internally to define and manipulate the Eigen::last and Eigen::lastp1 symbols in Eigen::seq and Eigen::seqN. * */ namespace symbolic { |