scipy.sparse.lil_matrix. getrowview# lil_matrix.getrowview(i)[source]# Returns a view of the ‘i’th row (without copying). Returns: lil_array or lil_matrixA view of the ‘i’th row.