https://github.com/nfft/groupedtransforms.jl
GroupedTransforms Julia Package
https://github.com/nfft/groupedtransforms.jl
julia transformations
Last synced: 11 months ago
JSON representation
GroupedTransforms Julia Package
- Host: GitHub
- URL: https://github.com/nfft/groupedtransforms.jl
- Owner: NFFT
- License: gpl-3.0
- Created: 2020-10-15T10:47:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T08:11:31.000Z (almost 2 years ago)
- Last Synced: 2025-06-30T10:15:56.226Z (12 months ago)
- Topics: julia, transformations
- Language: Julia
- Homepage:
- Size: 510 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GroupedTransforms.jl
Fast Grouped Transformations as introduced in [Bartel, Potts, Schmischke, 2021](https://arxiv.org/abs/2010.10199) .
[](https://nfft.github.io/GroupedTransforms.jl/stable)
[](https://nfft.github.io/GroupedTransforms.jl/dev)
[](https://github.com/NFFT/GroupedTransforms.jl/actions?query=workflow%3ACI+branch%3Amain)
[](https://codecov.io/gh/NFFT/GroupedTransforms.jl)
[](https://github.com/JuliaTesting/Aqua.jl)
[](https://doi.org/10.5281/zenodo.5654702)
`GroupedTransforms.jl` provides the following fast algorithms:
- nonequispaced fast transformation with exponential functions for grouped index sets based on the NFFT (non-equispaced fast Fourier transform)
- nonequispaced fast transformation with cosine functions for grouped index sets based on the NFCT (non-equispaced fast cosine transform)
## Getting started
In Julia you can get started by typing
```julia
] add GroupedTransforms
```
then checkout the [documentation](https://nfft.github.io/GroupedTransforms.jl/stable/).