SciPy

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

scipy.sparse.bsr_matrix.matmat

bsr_matrix.matmat(*args, **kwds)

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

Multiply this sparse matrix by other matrix.

Previous topic

scipy.sparse.bsr_matrix.log1p

Next topic

scipy.sparse.bsr_matrix.matvec