bundles / scipy latest / scipy / sparse / linalg / _interface / LinearOperator / _matmat
function
scipy.sparse.linalg._interface:LinearOperator._matmat
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