Expand description
Fast Hankel Transform (FHT) module
This module implements the Fast Hankel Transform using the FFTLog algorithm, similar to SciPy’s implementation.
Functions§
- fft_
log_ bandwidth_ saturated_ simd - High-performance FFTLog method with comprehensive SIMD optimizations
- fht
- Fast Hankel Transform using FFTLog algorithm
- fht_
bandwidth_ saturated_ simd - Bandwidth-saturated SIMD implementation of Fast Hankel Transform
- fht_
sample_ points - Compute the discrete Hankel transform sample points
- fht_
sample_ points_ bandwidth_ saturated_ simd - Bandwidth-saturated SIMD computation of sample points
- fhtoffset
- Calculate optimal offset for the FFTLog method
- ifht
- Inverse Fast Hankel Transform
- ifht_
bandwidth_ saturated_ simd - Bandwidth-saturated SIMD implementation of inverse Fast Hankel Transform