Skip to content

Commit 4719373

Browse files
committed
add coalesced argument to README
1 parent 63d9784 commit 4719373

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ Both input sparse matrices need to be **coalesced**.
202202
* **m** *(int)* - The first dimension of first corresponding dense matrix.
203203
* **k** *(int)* - The second dimension of first corresponding dense matrix and first dimension of second corresponding dense matrix.
204204
* **n** *(int)* - The second dimension of second corresponding dense matrix.
205+
* **coalesced** *(bool, optional)*: If set to `True`, will coalesce both input sparse matrices (default: `False`).
205206

206207
### Returns
207208

0 commit comments

Comments
 (0)