scipy.sparse.linalg.LinearOperator. __rmatmul__# LinearOperator.__rmatmul__(other)[source]# Matrix Multiplication from the right. Used by the @ operator from the right. Rejects scalar input. Otherwise, equivalent to rdot.