dgl.sparse.sp_div_v

dgl.sparse.sp_div_v(A: SparseMatrix, v: Tensor) SparseMatrix[source]

Broadcast division for sparse matrix and vector.

See the definition of sp_broadcast_v() for details.