aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/AnyMatrixBase.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2009-09-17 23:51:16 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2009-09-17 23:51:16 +0200
commitadd5381be7cb1d32ee1e3603a0b999f74abaf612 (patch)
tree169532b25a9246c3640bbf81c77878f82a50194c /Eigen/src/Core/AnyMatrixBase.h
parent5ba7fe3bee57000a7554b57d981e045586b70831 (diff)
finish my evalToDense => evalTo change
Diffstat (limited to 'Eigen/src/Core/AnyMatrixBase.h')
-rw-r--r--Eigen/src/Core/AnyMatrixBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Core/AnyMatrixBase.h b/Eigen/src/Core/AnyMatrixBase.h
index cd354d7b1..58b425740 100644
--- a/Eigen/src/Core/AnyMatrixBase.h
+++ b/Eigen/src/Core/AnyMatrixBase.h
@@ -94,7 +94,7 @@ template<typename Derived> struct AnyMatrixBase
***************************************************************************/
/** Copies the generic expression \a other into *this. \returns a reference to *this.
- * The expression must provide a (templated) evalToDense(Derived& dst) const function
+ * The expression must provide a (templated) evalTo(Derived& dst) const function
* which does the actual job. In practice, this allows any user to write its own
* special matrix without having to modify MatrixBase */
template<typename Derived>