We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69f6722 commit 2bb01faCopy full SHA for 2bb01fa
src/SparseMatricesCSR.jl
@@ -17,7 +17,7 @@ This module contains:
17
+ `getindices`: Return the indices array of a SparseMatrix (`rowval` or `colval` depending on the SparseMatrix type)
18
19
- Overloaded procedures:
20
- + `+`: SparseMatrix-Vector product.
+ + `*`: SparseMatrix-Vector product.
21
+ `mul!`: SparseMatrix-Vector product.
22
+ `nnz`: Return the number of stored (filled) elements in a sparse array.
23
+ `nonzeros`: Return `nzval` array.
0 commit comments