cupyx.scipy.sparse.isspmatrix_coo¶
-
cupyx.scipy.sparse.isspmatrix_coo(x)¶ Checks if a given matrix is of COO format.
Returns: Returns if xiscupyx.scipy.sparse.coo_matrix.Return type: bool
cupyx.scipy.sparse.isspmatrix_coo(x)¶Checks if a given matrix is of COO format.
| Returns: | Returns if x is cupyx.scipy.sparse.coo_matrix. |
|---|---|
| Return type: | bool |