2 typos fix in the 3rd table.

(cherry picked from commit 94cc83faa1a5603a408790dfb6821cec3c9012da)
This commit is contained in:
Gilles Aouizerate 2022-08-31 19:54:42 +00:00 committed by Antonio Sanchez
parent 68f35d76b8
commit 6576ee4fb1

View File

@ -129,12 +129,12 @@ Here comes \link Eigen::lastN(SizeType) Eigen::lastN(size) \endlink, and \link E
</tr>
<tr>
<td>Bottom-right corner of A of size \c m times \c n</td>
<td>\code v(lastN(m), lastN(n)) \endcode</td>
<td>\code A(lastN(m), lastN(n)) \endcode</td>
<td>\code A.bottomRightCorner(m,n) \endcode</td>
</tr>
<tr>
<td>Bottom-right corner of A of size \c m times \c n</td>
<td>\code v(lastN(m), lastN(n)) \endcode</td>
<td>\code A(lastN(m), lastN(n)) \endcode</td>
<td>\code A.bottomRightCorner(m,n) \endcode</td>
</tr>
<tr>