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 29ad30e commit b341be7Copy full SHA for b341be7
joss/sparse/paper.md
@@ -70,7 +70,7 @@ All sparse formats extend an abstract base derived type sparse_type, which holds
70
* CSR: compressed sparse row (Yale) format.
71
* CSC: compressed sparse column format.
72
* ELLPACK: fixed number of nonzeros per row, suited for vectorization.
73
-* SELL-C: sliced ELLPACK, balancing CSR and ELLPACK trade-offs [@scellc,@anzt2014implementing].
+* SELL-C: sliced ELLPACK, balancing CSR and ELLPACK trade-offs [@scellc;@anzt2014implementing].
74
75
## Core functionality
76
0 commit comments