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

Make helper functions multi-dimensional

Open egpbos opened this issue 7 years ago • 0 comments

Currently, the helper functions in helper.hpp only work on single dimensional arrays. We should extend this to multi-dimensional arrays. numpy.fft's helper functions use the axes keyword argument for this. This syntax could also be used in broadcasting operations (#4). Possibly, some other syntax is more appropriate in the C++ / xtensor context. We should investigate.

egpbos avatar Nov 30 '17 14:11 egpbos