aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/IndexedView.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2017-01-11 14:28:28 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2017-01-11 14:28:28 +0100
commitb1dc0fa81321b5c46c3d1d654d29969b7a337c85 (patch)
tree9d9c9e0cfd96a7bdfce0b83e8935334430bdc0c6 /Eigen/src/Core/IndexedView.h
parent04397f17e2493663a73db37a1dfe0a01d191d4b6 (diff)
Move fix and symbolic to their own file, and improve doxygen compatibility
Diffstat (limited to 'Eigen/src/Core/IndexedView.h')
-rw-r--r--Eigen/src/Core/IndexedView.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Eigen/src/Core/IndexedView.h b/Eigen/src/Core/IndexedView.h
index 781cebd4e..d975c6e80 100644
--- a/Eigen/src/Core/IndexedView.h
+++ b/Eigen/src/Core/IndexedView.h
@@ -94,7 +94,8 @@ class IndexedViewImpl;
* - Eigen::IntAsArray (helper for single index)
* - etc.
*
- * In typical usages of %Eigen, this class should never be used directly. It is the return type of DenseBase::operator()(const RowIndices&, const ColIndices&).
+ * In typical usages of %Eigen, this class should never be used directly. It is the return type of
+ * DenseBase::operator()(const RowIndices&, const ColIndices&).
*
* \sa class Block
*/