From fab96f2ff3543e6f5f14209c96bb9418b837ed4b Mon Sep 17 00:00:00 2001 From: daalpa Date: Sun, 13 Sep 2015 12:55:57 +0000 Subject: [PATCH] Removed documentation that did not match the member function DenseBase::outerSize() --- Eigen/src/Core/DenseBase.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Eigen/src/Core/DenseBase.h b/Eigen/src/Core/DenseBase.h index a820e23c0..488f15061 100644 --- a/Eigen/src/Core/DenseBase.h +++ b/Eigen/src/Core/DenseBase.h @@ -215,10 +215,6 @@ template class DenseBase * of stored coefficients. */ EIGEN_DEVICE_FUNC inline Index nonZeros() const { return size(); } - /** \returns true if either the number of rows or the number of columns is equal to 1. - * In other words, this function returns - * \code rows()==1 || cols()==1 \endcode - * \sa rows(), cols(), IsVectorAtCompileTime. */ /** \returns the outer size. *