From bdef7eb656f8bb5dcb2b6a81579552d673ce8caf Mon Sep 17 00:00:00 2001 From: Carlos Becker Date: Mon, 28 Jun 2010 18:38:28 +0100 Subject: Added doxygen info for .matrix() and .array() --- Eigen/src/Core/ArrayBase.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Eigen/src/Core/ArrayBase.h') diff --git a/Eigen/src/Core/ArrayBase.h b/Eigen/src/Core/ArrayBase.h index 26d24a4f6..20782e2cf 100644 --- a/Eigen/src/Core/ArrayBase.h +++ b/Eigen/src/Core/ArrayBase.h @@ -151,6 +151,8 @@ template class ArrayBase ArrayBase& array() { return *this; } const ArrayBase& array() const { return *this; } + /** \returns an \link MatrixBase Matrix \endlink expression of this array + * \sa MatrixBase::array() */ MatrixWrapper matrix() { return derived(); } const MatrixWrapper matrix() const { return derived(); } -- cgit v1.2.3