scipy.sparse.lil_matrix.

getrowview#

lil_matrix.getrowview(i)[source]#

Returns a view of the ‘i’th row (without copying).

Parameters:
iint

Row to return view of.

Returns:
lil_array or lil_matrix

A view of the ‘i’th row.