We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be77a2 commit 7aab96dCopy full SHA for 7aab96d
src/SymSparseMatrixCSR.jl
@@ -21,7 +21,7 @@ end
21
22
Create a `SymSparseMatrixCSR` with `Bi`-based indexing (1 by default)
23
from the same `args...` as one constructs a `SparseMatrixCSC`
24
-with the [`sparse`](@extref) function. If `symmetrize == false` (the default)
+with the [`sparse`](@extref SparseArrays.sparse) function. If `symmetrize == false` (the default)
25
the given arguments should only describe the upper triangle
26
of the matrix (including non zero diagonal values). If `symmetrize == true`
27
a non symmetric input is accepted and it will be symmetrized in-place
0 commit comments