[SciPy-User] csr_matrix rows remove

Pavel Lurye pavel.lurye at gmail.com
Thu Oct 4 09:05:37 EDT 2012


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.



More information about the SciPy-User mailing list