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);
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);