This commit is contained in:
Gael Guennebaud 2018-09-20 22:57:28 +02:00
parent 617f75f117
commit f0ef3467de

View File

@ -35,7 +35,7 @@ namespace Eigen {
* std::cout << expr98.eval(x=6) << "\n"; * std::cout << expr98.eval(x=6) << "\n";
* \endcode * \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 { namespace symbolic {