mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
committed by
Antonio Sanchez
parent
68f35d76b8
commit
6576ee4fb1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user