mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-14 20:56:00 +08:00
Fix typo in doc
(cherry picked from commit c5985c46f5de0a7a381262c5a8a973806db92f40)
This commit is contained in:
parent
0c26611d2d
commit
52207cf6f9
@ -244,7 +244,7 @@ As stated earlier, for a read-write sub-matrix (RW), the evaluation can be done
|
|||||||
<td>
|
<td>
|
||||||
\code
|
\code
|
||||||
sm1.valuePtr(); // Pointer to the values
|
sm1.valuePtr(); // Pointer to the values
|
||||||
sm1.innerIndextr(); // Pointer to the indices.
|
sm1.innerIndexPtr(); // Pointer to the indices.
|
||||||
sm1.outerIndexPtr(); // Pointer to the beginning of each inner vector
|
sm1.outerIndexPtr(); // Pointer to the beginning of each inner vector
|
||||||
\endcode
|
\endcode
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user