From 1b5570988bd2d6f783874e2d4fd6b7be45c8ac3c Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 10 Jan 2017 22:58:58 +0100 Subject: Add doc to seq, seqN, ArithmeticSequence, operator(), etc. --- Eigen/src/Core/IndexedView.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Eigen/src/Core/IndexedView.h') diff --git a/Eigen/src/Core/IndexedView.h b/Eigen/src/Core/IndexedView.h index 269882e78..781cebd4e 100644 --- a/Eigen/src/Core/IndexedView.h +++ b/Eigen/src/Core/IndexedView.h @@ -85,7 +85,7 @@ class IndexedViewImpl; * - std::vector * - std::valarray * - std::array - * - c++ arrays: int[N] + * - Plain C arrays: int[N] * - Eigen::ArrayXi * - decltype(ArrayXi::LinSpaced(...)) * - Any view/expressions of the previous types @@ -94,7 +94,7 @@ 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(). + * 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 */ -- cgit v1.2.3