From a0bf1b424268712e8ccb9c5094d031e5787c43bd Mon Sep 17 00:00:00 2001 From: Christoph Hertzberg Date: Sun, 13 Sep 2015 16:39:48 +0200 Subject: [PATCH] Removed documentation of removed method (as in fab96f2ff3543e6f5f14209c96bb9418b837ed4b ) --- 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 32f60d8dc..dc20e54b0 100644 --- a/Eigen/src/Core/DenseBase.h +++ b/Eigen/src/Core/DenseBase.h @@ -183,10 +183,6 @@ template class DenseBase /** \returns the number of nonzero coefficients which is in practice the number * of stored coefficients. */ 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. *