Closed
Description
ChebHash currently computes an order-1024 discrete Chebyshev transform for all inputs. This defeats the purpose of ChebHash in the first place, which is to generate a variable-size transform so that we can achieve a desired accuracy without having to generate more coefficients than necessary. The current hardcoded number of coefficients should be replaced with a method for figuring out how many coefficients should be generated for a given input function f
.
Metadata
Metadata
Assignees
Labels
No labels