2
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2025-04-24 19:40:45 +08:00

Completed a missing parenthesis in tutorial.

This commit is contained in:
Øystein Sørensen 2022-03-17 14:52:07 +00:00 committed by Antonio Sánchez
parent 9deaa19121
commit c062983464

@ -72,7 +72,7 @@ Here are some examples for a 2D array/matrix \c A and a 1D array/vector \c v.
</tr>
<tr>
<td>%Block starting at \c i,j having \c m rows, and \c n columns</td>
<td>\code A(seqN(i,m), seqN(i,n) \endcode</td>
<td>\code A(seqN(i,m), seqN(i,n)) \endcode</td>
<td>\code A.block(i,j,m,n) \endcode</td>
</tr>
<tr>