Sheehan Olver
Sheehan Olver
Main suggestions: - [ ] split off StaticArrays.jl extension into separate PR - [ ] make SparseArrays.jl a hard dependency (others may have opinions about this...) - [ ] make...
I think specializing only makes sense if there is some need downstream, otherwise just wait til the general fix
Was this fixed? I managed to make this figure:
oh wait... I think specifying the levels helped here.
I see. Having played with it a bit more I think its that my levels were close enough that the non-scaled colours were OK. If I made them range from...
Are computing bessel functions a serious contributor to computational cost? Though I guess a benefit is that Bessels.jl is pure Julia
If I recall correctly they need to be computed close to ±1 (where uniform asymptotics are used). But the window where one needs to use uniform asymptotics becomes smaller, and...
I think ClassicalOrthogonalPolynomials.jl might be a better package for finite-dimensional truncations. I've added an example implementing your operator: https://github.com/JuliaApproximation/ClassicalOrthogonalPolynomials.jl/blob/dl/taumethod/examples/taumethod.jl Though probably the truncartion sizes need to be modified as this...
Ok hopefully it's clear how to modify the code for that situation but let me know if not
It's an issue with `BigFloat`. Possibly something is now #undef that was previously populated