2 typos fix in the 3rd table.

This commit is contained in:
Gilles Aouizerate 2022-08-31 19:54:42 +00:00
parent 30c42222a6
commit 94cc83faa1

View File

@ -130,12 +130,12 @@ Here comes \link Eigen::placeholders::lastN(SizeType) Eigen::placeholders::lastN
</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>