MikaelSlevinsky / SincFun.jl

Sinc numerical methods in Julia
Other
3 stars 0 forks source link

Optimal bandwidth for pre-conditioning Sinc Matrices #6

Open MikaelSlevinsky opened 9 years ago

MikaelSlevinsky commented 9 years ago

Matrix-vector product is O(n\log(n)) via fft, therefore the bandwidth of pre-conditioners could be as large as O(\log(n)) without affecting complexity. But does it need to be that large? What is the right balance between a condition number of the pre-conditioned system, overall storage, and complexity?