xtensor-fftw icon indicating copy to clipboard operation
xtensor-fftw copied to clipboard

FFTW bindings for the xtensor C++14 multi-dimensional array library

Results 28 xtensor-fftw issues
Sort by recently updated
recently updated
newest added

Right now, due to my inexperience with templates, I have implemented the numpy-like interface functions using a number of (inline) functions that call a template instance, e.g.: ```c++ inline xt::xarray...

code quality

[debug-8-7298.csv](https://github.com/FFTW/fftw3/files/13901442/debug-8-7298.csv) On my machine (Rocky Linux 8.9; FFTW 3.3.5), when loading this data and execute FFTW, it reports a smallbin double linked list corruption. The example is as following (C++...

Greeting, I wonder this package is not supporting the m1 chip now? Do you have any plans to implement? Best,Fu

Thank you for developing `xtensor-fftw`. I would like to request the following extension that will be improve its usability. It will be better if there is a broadcasting in `xtensor-fftw`....

enhancement

The CMakeFiles have become a bit messy and seem overcomplicated. I think a modern CMake makeover would help a lot. Things like `FFTW_LINK_FLAGS`, for instance, should not be used as...

Following #57 and #58, we should add tests that use the specific type headers `basic_float.hpp` etc.

The current setup is to use Travis for Linux and macOS and Appveyor for Windows. We should replace both by just GitHub Actions to keep things simple. Also, Travis doesn't...

testing

Look into which license xtensor-fftw is exactly supposed/allowed to use for what (code, conda package), given that FFTW3 itself is under GPL.

help wanted

Hi, I'm adding xtensor-fftw to our build process at work. We don't use FFTW, but use a compatible implementation through MKL. The CMakeLists file however doesn't check for this. Could...

The test on my last PR failed in a way that does not match the PR. Added to that, the error is the same than the last failed run on...