Merged in daalpa/eigen/daalpa/removed-documentation-that-did-not-match-1442148941751 (pull request PR-136)

Removed documentation that did not match the member function DenseBase::outerSize()
This commit is contained in:
Christoph Hertzberg 2015-09-13 16:35:32 +02:00
commit 43ba07d4d7

View File

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