Removed documentation of removed method (as in fab96f2ff3543e6f5f14209c96bb9418b837ed4b

)
This commit is contained in:
Christoph Hertzberg 2015-09-13 16:39:48 +02:00
parent cf645db95b
commit a0bf1b4242

View File

@ -183,10 +183,6 @@ template<typename Derived> 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.
*