Closed MothNik closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Files | Coverage Δ | |
---|---|---|
...t_fourier/chebyshev_polynomials/_func_interface.py | 100.00% <100.00%> (ø) |
|
...bust_fourier/chebyshev_polynomials/_numba_funcs.py | 100.00% <100.00%> (ø) |
|
...bust_fourier/chebyshev_polynomials/_numpy_funcs.py | 100.00% <100.00%> (ø) |
|
...obust_fourier/hermite_functions/_func_interface.py | 100.00% <100.00%> (ø) |
|
...c/robust_fourier/hermite_functions/_numpy_funcs.py | 100.00% <100.00%> (ø) |
This pull request
🦾 Enhancements
Before
After
Speedups of factor 3 to 10 were achieved for the NumPy Chebyshev polynomials without changing a lot.
Prepares #28