https://github.com/NFFT/NFFT3.jl
NFFT3 Julia Package
https://github.com/NFFT/NFFT3.jl
julia nfft
Last synced: 8 months ago
JSON representation
NFFT3 Julia Package
- Host: GitHub
- URL: https://github.com/NFFT/NFFT3.jl
- Owner: NFFT
- License: gpl-3.0
- Created: 2020-10-13T08:21:10.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-16T10:25:28.000Z (over 1 year ago)
- Last Synced: 2024-06-23T04:56:34.582Z (over 1 year ago)
- Topics: julia, nfft
- Language: Julia
- Homepage:
- Size: 29.8 MB
- Stars: 7
- Watchers: 10
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NFFT3.jl
Julia Interface for the [NFFT C library](https://github.com/NFFT/nfft)
[](https://nfft.github.io/NFFT3.jl/stable)
[](https://nfft.github.io/NFFT3.jl/dev)
[](https://github.com/NFFT/NFFT3.jl/actions?query=workflow%3ACI+branch%3Amain)
[](https://codecov.io/gh/NFFT/NFFT3.jl)
[](https://github.com/JuliaTesting/Aqua.jl)
[](https://doi.org/10.5281/zenodo.5656757)`NFFT3.jl` provides the following fast algorithms:
- nonequispaced fast Fourier transform (NFFT)
- nonequispaced fast cosine transform (NFCT)
- nonequispaced fast sine transform (NFST)
- fast summation (fastsum)## Getting started
In Julia you can get started by just typing
```julia
] add NFFT3
```then checkout the [documentation](https://nfft.github.io/NFFT3.jl/stable/).