mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-12 19:20:36 +08:00
2 typos fix in the 3rd table.
This commit is contained in:
parent
30c42222a6
commit
94cc83faa1
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user