Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nocarryr/cython-pocketfft
Cython wrapper for PocketFFT
https://github.com/nocarryr/cython-pocketfft
Last synced: 2 months ago
JSON representation
Cython wrapper for PocketFFT
- Host: GitHub
- URL: https://github.com/nocarryr/cython-pocketfft
- Owner: nocarryr
- License: mit
- Created: 2019-06-22T17:36:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T21:09:15.000Z (about 4 years ago)
- Last Synced: 2024-10-03T11:36:27.862Z (3 months ago)
- Language: C
- Size: 206 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cython-pocketfft
## Description
A [Cython] wrapper for [PocketFFT]
## Links
* Documentation:
* https://cython-pocketfft.readthedocs.io/en/latest/
* Source code:
* https://github.com/nocarryr/cython-pocketfft## Usage
*TODO*
## Installation
*TODO*
## License
### PocketFFT
Copyright (C) 2010-2019 Max-Planck-Society - (See [pocketfft/LICENSE.md](cypocketfft/_pocketfft_lib/LICENSE.md) for details)
Source code available at https://gitlab.mpcdf.mpg.de/mtr/pocketfft
### cython-pocketfft (this project)
Copyright (c) 2019 Matthew Reid - (See [LICENSE](LICENSE) for details)
Source code available at https://github.com/nocarryr/cython-pocketfft
[Cython]: https://cython.org/
[PocketFFT]: https://gitlab.mpcdf.mpg.de/mtr/pocketfft