aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
diff options
context:
space:
mode:
authorGravatar daalpa <daalpa@gmail.com>2015-09-13 12:55:57 +0000
committerGravatar daalpa <daalpa@gmail.com>2015-09-13 12:55:57 +0000
commitfab96f2ff3543e6f5f14209c96bb9418b837ed4b (patch)
treed061f1f2b79b096e9a0aa84c01ea6e3648b97795 /Eigen
parentd6f762d95568f95caf75fd8aaa733eda26ca99d9 (diff)
Removed documentation that did not match the member function DenseBase::outerSize()
Diffstat (limited to 'Eigen')
-rw-r--r--Eigen/src/Core/DenseBase.h4
1 files changed, 0 insertions, 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<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.
*