{ } Raw JSON

bundles / scipy 1.17.1 / scipy / sparse / linalg / _interface / LinearOperator / _matmat

function

scipy.sparse.linalg._interface:LinearOperator._matmat

source: /scipy/sparse/linalg/_interface.py :210

Signature

def   _matmat ( self X )

Summary

Default matrix-matrix multiplication handler.

Extended Summary

Falls back on the user-defined _matvec method, so defining that will define matrix multiplication (though in a very suboptimal way).

Aliases

  • scipy.linalg._decomp_interpolative.LinearOperator._matmat