dgl.sparse.sp_add_v

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

Broadcast addition for sparse matrix and vector.

See the definition of sp_broadcast_v() for details.