aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/TutorialSlicingIndexing.dox
diff options
context:
space:
mode:
authorGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2018-11-23 12:34:27 +0000
committerGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2018-11-23 12:34:27 +0000
commit806352d8443b94417b1dfe863738f0edb278b5a1 (patch)
treefaa3d3f5f01f4685dbd8806290af11edc23fd5a1 /doc/TutorialSlicingIndexing.dox
parenta4760548793811ee1accf8de05ff791a43d54be5 (diff)
Small typo found be Patrick Huber (pull request PR-547)
Diffstat (limited to 'doc/TutorialSlicingIndexing.dox')
-rw-r--r--doc/TutorialSlicingIndexing.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TutorialSlicingIndexing.dox b/doc/TutorialSlicingIndexing.dox
index 3b60eac6e..98ace43e4 100644
--- a/doc/TutorialSlicingIndexing.dox
+++ b/doc/TutorialSlicingIndexing.dox
@@ -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.