Documentation | Code Status | Guidelines |
---|---|---|
This package provides a Julia implementation of the Fast Hartley Transform (FHT). It supports both CPUs and NVIDIA CUDA GPUs by using following FFT (fast Fourier transform) kernels:
The implementation is built up on AbstractFastHartleyTransforms.jl
, providing generic interfaces including fht(x)
, fht!(x)
, ifht(x)
, ifht!(x)
, plan_fht(x)
, and plan_ifht(x)
.