aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Florian Maurin <florian.maurin@laposte.net>2020-11-30 10:53:29 +0000
committerGravatar Florian Maurin <florian.maurin@laposte.net>2020-11-30 10:53:29 +0000
commitc5985c46f5de0a7a381262c5a8a973806db92f40 (patch)
treece042c63960d08c1c506a2bd20bbf32f6a4d12aa /doc
parent68f69414f7d358deac4876ede5be15e990da496b (diff)
Fix typo in doc
Diffstat (limited to 'doc')
-rw-r--r--doc/SparseQuickReference.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/SparseQuickReference.dox b/doc/SparseQuickReference.dox
index 81a73eec2..9779f3f9c 100644
--- a/doc/SparseQuickReference.dox
+++ b/doc/SparseQuickReference.dox
@@ -244,7 +244,7 @@ As stated earlier, for a read-write sub-matrix (RW), the evaluation can be done
<td>
\code
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
\endcode
</td>