https://github.com/librapid/fftw
A slightly modified version of FFTW for use in LibRapid
https://github.com/librapid/fftw
Last synced: about 1 year ago
JSON representation
A slightly modified version of FFTW for use in LibRapid
- Host: GitHub
- URL: https://github.com/librapid/fftw
- Owner: LibRapid
- License: gpl-2.0
- Created: 2023-04-30T23:21:59.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T23:50:29.000Z (about 3 years ago)
- Last Synced: 2025-02-15T02:43:29.864Z (over 1 year ago)
- Language: C
- Size: 4.19 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Support: support/Makefile.am
- Authors: AUTHORS
Awesome Lists containing this project
README
# LibRapid FFTW
This repository contains the source code for FFTW, a library for computing the
Fourier transforms in one or more dimensions and various other related operations.
I did not write this code and do not claim any ownership of it. I have merely
made some minor modifications to the source code to make it better suited to use
in LibRapid. The original source code can be found on the [FFTW website](http://www.fftw.org/).
## Warning
FFTW is licensed under the GPL. This means that ***any code that uses FFTW must also
be licensed under the GPL***. Please keep this in mind when using FFTW!