scipy.cluster
scipy.cluster.vq
scipy.cluster.hierarchy
scipy.constants
scipy.fft
scipy.fftpack
scipy.integrate
scipy.interpolate
scipy.io
scipy.linalg
scipy.linalg.blas
scipy.linalg.lapack
scipy.linalg.interpolative
scipy.misc
scipy.ndimage
scipy.odr
scipy.optimize
scipy.signal
scipy.sparse
scipy.sparse.linalg
scipy.sparse.csgraph
scipy.spatial
scipy.spatial.distance
scipy.special
scipy.stats
scipy.stats.mstats
scipy.stats.qmc
Convert this matrix to Block Sparse Row format.
With copy=False, the data/indices may be shared between this matrix and the resultant bsr_matrix.
When blocksize=(R, C) is provided, it will be used for construction of the bsr_matrix.