Skip to content

Commit 2bb01fa

Browse files
committed
Fix module docstring
1 parent 69f6722 commit 2bb01fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SparseMatricesCSR.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This module contains:
1717
+ `getindices`: Return the indices array of a SparseMatrix (`rowval` or `colval` depending on the SparseMatrix type)
1818
1919
- Overloaded procedures:
20-
+ `+`: SparseMatrix-Vector product.
20+
+ `*`: SparseMatrix-Vector product.
2121
+ `mul!`: SparseMatrix-Vector product.
2222
+ `nnz`: Return the number of stored (filled) elements in a sparse array.
2323
+ `nonzeros`: Return `nzval` array.

0 commit comments

Comments
 (0)