BlendingContinuous matvec/rmatvec used and .H for some internal calls to operators, which does not allow running this operator with pylops solvers as they disable ndarray_multiplication. Changing this to matvec/rmatvec calls followed by reshape enables the use of this operator with pylops solvers.
BlendingContinuous matvec/rmatvec used and .H for some internal calls to operators, which does not allow running this operator with pylops solvers as they disable ndarray_multiplication. Changing this to matvec/rmatvec calls followed by reshape enables the use of this operator with pylops solvers.