Put code in monospace (typewriter) style.

This commit is contained in:
pvcStillinGradSchool
2021-08-03 01:48:32 +00:00
committed by Rasmus Munk Larsen
parent 02a0e79c70
commit c86ac71b4f
6 changed files with 45 additions and 45 deletions

View File

@@ -249,7 +249,7 @@ sm1.outerIndexPtr(); // Pointer to the beginning of each inner vector
\endcode
</td>
<td>
If the matrix is not in compressed form, makeCompressed() should be called before.\n
If the matrix is not in compressed form, `makeCompressed()` should be called before.\n
Note that these functions are mostly provided for interoperability purposes with external libraries.\n
A better access to the values of the matrix is done by using the InnerIterator class as described in \link TutorialSparse the Tutorial Sparse \endlink section</td>
</tr>