mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-15 17:41:48 +08:00
2 typos fix in the 3rd table.
(cherry picked from commit 94cc83faa1a5603a408790dfb6821cec3c9012da)
This commit is contained in:
parent
68f35d76b8
commit
6576ee4fb1
@ -129,12 +129,12 @@ Here comes \link Eigen::lastN(SizeType) Eigen::lastN(size) \endlink, and \link E
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Bottom-right corner of A of size \c m times \c n</td>
|
<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>
|
<td>\code A.bottomRightCorner(m,n) \endcode</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Bottom-right corner of A of size \c m times \c n</td>
|
<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>
|
<td>\code A.bottomRightCorner(m,n) \endcode</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user