This is just to ask whether PyLops implements a function to compute something like $e^A \cdot v$ (i.e. the matrix exponential of a linear operator $A$ applied to the vector $v$). In scipy.sparse.linalg there is a function expm_multiply (see here) implementing the algorithm but taking a quick look to the documentation I was not able to find anything like that in PyLops.
Any kind of help would be appreciated!😃