mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 19:29:02 +08:00
Typos in doc.
This commit is contained in:
parent
643b697649
commit
fc6a0ebb1c
@ -37,10 +37,10 @@ Here is another example reshaping a 2x6 matrix to a 6x2 one:
|
|||||||
|
|
||||||
\section TutorialSlicing Slicing
|
\section TutorialSlicing Slicing
|
||||||
|
|
||||||
Slicing consists in taking a set of rows, or columns, or elements, uniformly spaced within a matrix.
|
Slicing consists in taking a set of rows, columns, or elements, uniformly spaced within a matrix.
|
||||||
Again, the class Map allows to easily mimic this feature.
|
Again, the class Map allows to easily mimic this feature.
|
||||||
|
|
||||||
For instance, one can take skip every P elements in a vector:
|
For instance, one can skip every P elements in a vector:
|
||||||
<table class="example">
|
<table class="example">
|
||||||
<tr><th>Example:</th><th>Output:</th></tr>
|
<tr><th>Example:</th><th>Output:</th></tr>
|
||||||
<tr><td>
|
<tr><td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user