scipy.sparse.linalg.LinearOperator.

__matmul__#

LinearOperator.__matmul__(other)[source]#

Matrix Multiplication.

Used by the @ operator. Rejects scalar input. Otherwise, equivalent to dot.