mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-14 12:46:00 +08:00
Completed a missing parenthesis in tutorial.
(cherry picked from commit c062983464aec44355cbf18d3cb3e8d6e135d821)
This commit is contained in:
parent
6469fbf93a
commit
c473d69d22
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user