aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/VectorwiseOp.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-11-03 11:03:08 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-11-03 11:03:08 +0100
commit3f1d0cdc2270f13fbc72d6b7080012e22329aabd (patch)
treec008bb31923a4f8153d123b5c5d8cb9c11a2af7c /Eigen/src/Core/VectorwiseOp.h
parent78e93ac1ad410bd497cf574e68545f38f7387b4d (diff)
bug #1337: improve doc of homogeneous() and hnormalized()
Diffstat (limited to 'Eigen/src/Core/VectorwiseOp.h')
-rw-r--r--Eigen/src/Core/VectorwiseOp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Core/VectorwiseOp.h b/Eigen/src/Core/VectorwiseOp.h
index 14f403594..4fe267e9f 100644
--- a/Eigen/src/Core/VectorwiseOp.h
+++ b/Eigen/src/Core/VectorwiseOp.h
@@ -602,7 +602,7 @@ template<typename ExpressionType, int Direction> class VectorwiseOp
return m_matrix / extendedTo(other.derived());
}
- /** \returns an expression where each column of row of the referenced matrix are normalized.
+ /** \returns an expression where each column (or row) of the referenced matrix are normalized.
* The referenced matrix is \b not modified.
* \sa MatrixBase::normalized(), normalize()
*/