bug #1337: improve doc of homogeneous() and hnormalized()

This commit is contained in:
Gael Guennebaud
2016-11-03 11:03:08 +01:00
parent 78e93ac1ad
commit 3f1d0cdc22
2 changed files with 24 additions and 5 deletions

View File

@@ -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()
*/