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 63d9784 commit 4719373Copy full SHA for 4719373
README.md
@@ -202,6 +202,7 @@ Both input sparse matrices need to be **coalesced**.
202
* **m** *(int)* - The first dimension of first corresponding dense matrix.
203
* **k** *(int)* - The second dimension of first corresponding dense matrix and first dimension of second corresponding dense matrix.
204
* **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`).
206
207
### Returns
208
0 commit comments