scipy.sparse.coo_array.getrow#

coo_array.getrow(i)[source]#

Returns a copy of row i of the array, as a (1 x n) sparse array (row vector).

Deprecated since version 1.11.0: This method will be removed in SciPy 1.13.0. Use array indexing instead.