Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move FFT functions and blocks to templates (#3903) | mormj | 2020-11-03 | 1 | -156/+0 |
| | | | | | | | | | | | | | * fft: refactor fft classes as templates In order to reduce code duplication construct fft objects and blocks with template paramters. Separate forward and reverse as a template parameter Maintain the real fft block forward as r2c and reverse as r2c as well Co-authored-by: Andrej Rode <mail@andrejro.de> | ||||
* | fft&filter: Remove malloc_complex/free | Thomas Habets | 2020-09-08 | 1 | -8/+1 |
| | |||||
* | pybind: add hash check to binding file creation (#3472) | mormj | 2020-06-04 | 1 | -1/+9 |
| | |||||
* | fft: add pybind11 bindings | Josh Morman | 2020-06-04 | 1 | -0/+155 |