Hi, I'm using scipy csr_matrix and I'm trying to figure out what is the simple and fast way to remove a row from such matrix? For example, I have a tuple of rows, that should be deleted. The only way I see, is to generate a tuple of matrix parts and vstack it. Please, help me out with this. Thanks in advance, Pavel.