Skip to content

Commit 21827cf

Browse files
authored
Update README.md
1 parent 6667d75 commit 21827cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ We provide a `Julia` interface (a wrapper) to the `Compressed Sparse
99
Blocks (CSB)` library. The library is written in `C/C++`, available at
1010
<https://people.eecs.berkeley.edu/~aydin/csb/html/index.html>. The
1111
library supports fast computation of large sparse matrix-vector
12-
products, `Ax` and `A^{\rm T}x` operations specifically, with sparse
12+
products, $Ax$ and $A^{\rm T}x$ operations specifically, with sparse
1313
matrix $A$ in the format of compressed sparse blocks (CSB), on
1414
shared-memory computer systems. The CSB format was introduced by A.
1515
Buluç, J. Fineman, M. Frigo, J. Gilbert, and C. Leiserson [1].
@@ -67,7 +67,7 @@ Architectures, 2009, pp. 233–244. doi: 10.1145/1583991.1584053.
6767
[2] S. C. Eisenstat, M. C. Gursky, M. H. Schultz, A. H. Sherman,
6868
[Yale Sparse Matrix
6969
Package](https://apps.dtic.mil/dtic/tr/fulltext/u2/a047724.pdf),”
70-
technical report, 1977.
70+
Technical Report, 1977.
7171

7272
[3] M. Frigo, C. E. Leiserson, and K. H. Randall, “[The implementation
7373
of the Cilk-5 multithreaded

0 commit comments

Comments
 (0)