Two questions related to using operators in ApproxFun.jl

I think it actually solves a generalised eigenvalue problem:

https://github.com/JuliaApproximation/ApproxFun.jl/blob/999a138a0b0c02f780e26043eef738d03f50f256/src/Extras/eigs.jl#L17

though for Fourier it might reduce to a standard eigenvalue problem. Maybe the key is pruneeigs which checks the eigenvectors for convergence?

1 Like