-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from Clonkk/devel
Devel
- Loading branch information
Showing
4 changed files
with
28 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,19 @@ | ||
Nim bindings to the FFTW3 library. | ||
Nim bindings to the FFTW3 library, to compute Fourier transforms of various kinds with high performance. | ||
|
||
Read the doc : https://clonkk.github.io/nimfftw3/doc/fftw3.html | ||
# Installation | ||
|
||
Set of Nim bindings to the excellent FFTW library, to compute Fourier transforms of various kinds with high performance. | ||
Use nimble `nimble install fftw3` to install the latest released version | ||
|
||
# Usage | ||
|
||
I advise to read the fftw documentation : | ||
|
||
You can find the generated documentation here with the complete API and examples : https://clonkk.github.io/nimfftw3/doc/fftw3.html | ||
|
||
# History | ||
|
||
These bindings were originally generated here : https://github.com/ziotom78/nimfftw3/blob/master/fftw3.nim | ||
|
||
# License | ||
|
||
These bindings are released under a LGPL license. FFTW3 is released under a GPLv2 or above license. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters