aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Array/PartialRedux.h
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/src/Array/PartialRedux.h')
-rw-r--r--Eigen/src/Array/PartialRedux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Eigen/src/Array/PartialRedux.h b/Eigen/src/Array/PartialRedux.h
index 357654b4e..ad3a8f3d7 100644
--- a/Eigen/src/Array/PartialRedux.h
+++ b/Eigen/src/Array/PartialRedux.h
@@ -207,8 +207,8 @@ template<typename ExpressionType, int Direction> class PartialRedux
* Example: \include PartialRedux_norm2.cpp
* Output: \verbinclude PartialRedux_norm2.out
*
- * \sa MatrixBase::norm2() */
- const typename ReturnType<ei_member_norm2>::Type norm2() const
+ * \sa MatrixBase::squaredNorm() */
+ const typename ReturnType<ei_member_norm2>::Type squaredNorm() const
{ return _expression(); }
/** \returns a row (or column) vector expression of the norm