scipy.sparse.dia_matrix.getrow

dia_matrix.getrow(i)

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

Previous topic

scipy.sparse.dia_matrix.getnnz

Next topic

scipy.sparse.dia_matrix.mean

This Page