MothNik / robust_fourier

Noise- and Outlier-Robust Fourier Transform with Hermite Functions with NumPy and Numba
MIT License
1 stars 0 forks source link

[28] Row-wise basis evaluation #29

Closed MothNik closed 3 months ago

MothNik commented 3 months ago

This pull request

🦾 Enhancements

Before

EX-03-HermiteFunctionsPerformance EX-06-ChebyshevPolynomialsPerformance

After

EX-03-HermiteFunctionsPerformance EX-06-ChebyshevPolynomialsPerformance

Speedups of factor 3 to 10 were achieved for the NumPy Chebyshev polynomials without changing a lot.

Prepares #28

codecov[bot] commented 3 months ago

Codecov Report

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%> (ø)