2
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2025-03-31 19:00:35 +08:00

Small typo found be Patrick Huber (pull request PR-547)

This commit is contained in:
Christoph Hertzberg 2018-11-23 12:34:27 +00:00
parent a476054879
commit 806352d844

@ -2,7 +2,7 @@ namespace Eigen {
/** \eigenManualPage TutorialSlicingIndexing Slicing and Indexing
This pape presents the numerous possibilities offered by `operator()` to index sub-set of rows and columns.
This page presents the numerous possibilities offered by `operator()` to index sub-set of rows and columns.
This API has been introduced in %Eigen 3.4.
It supports all the feature proposed by the \link TutorialBlockOperations block API \endlink, and much more.
In particular, it supports \b slicing that consists in taking a set of rows, columns, or elements, uniformly spaced within a matrix or indexed from an array of indices.