I would like to create a linear operator with scipy.sparse.linalg.LinearOperator from a function which has an optional keyword argument, e.g myfunc(x,y=0)
scipy.sparse.linalg.LinearOperator
myfunc(x,y=0)