scipy.sparse.lil_array. getrowview# lil_array.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.