This is documentation for an old release of SciPy (version 1.8.1). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.sparse.bsr_array.matmat#

bsr_array.matmat(**kwds)#

matmat is deprecated! BSR matmat is deprecated in SciPy 0.19.0. Use * operator instead.

Multiply this sparse matrix by other matrix.