cupy.sparse.isspmatrix_coo¶
-
cupy.sparse.isspmatrix_coo(x)[source]¶ Checks if a given matrix is of COO format.
Returns: Returns if xiscupy.sparse.coo_matrix.Return type: bool
cupy.sparse.isspmatrix_coo(x)[source]¶Checks if a given matrix is of COO format.
| Returns: | Returns if x is cupy.sparse.coo_matrix. |
|---|---|
| Return type: | bool |