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. *