Module fht

Module fht 

Source
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