aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2015-09-13 16:35:32 +0200
committerGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2015-09-13 16:35:32 +0200
commit43ba07d4d745d3f922d57d3ff8e878dcaef9a08d (patch)
treed061f1f2b79b096e9a0aa84c01ea6e3648b97795
parentd6f762d95568f95caf75fd8aaa733eda26ca99d9 (diff)
parentfab96f2ff3543e6f5f14209c96bb9418b837ed4b (diff)
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()
-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.
*