See progress in partialschur in ArnoldiMethod.jl

Is there any way to see the progress in partialschur?

decomp, history = partialschur(LinearMap(x->Mapfunc(x,args), N), nev=1, which=:SR);
Eval, Evec = partialeigen(decomp);