-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explore Bessel.jl for Chebychev coeffs #74
Comments
Do we need to normalize the spellings of |
No, I always spell it |
Alrighty! I am excited to explore As you mentioned we have to use
It seems that regular exponential uses |
To really "explore" this would require proper benchmarking in realistic settings. I have a WIP benchmarking repository that isn't quite ready to be pushed. Since the coefficients can typically be reused a lot, they are very unlikely to be a bottleneck in any optimization. Still, at some point, it would be nice to quantify it a bit more. This issue is more of a note to myself to look at this when my benchmarking code is in better shape. I don't think looking into this would be a good use of your time. |
Sounds good! I enjoyed your talk at Yao Community Call, that was comprehensive! Looking forward to the workshop tutorial! |
This might make the calculation of coefficients significantly faster:
See https://discourse.julialang.org/t/matrix-exponential-vector-for-various-scales/112022/17
The text was updated successfully, but these errors were encountered: