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