"vscode:/vscode.git/clone" did not exist on "3adbfa1812913d3aa3e124c68715d9ab68dc674a"
FFT: added std::vector overloads for fft, ifft, fft_inplace and ifft_inplace (#2286)
* [FFT] added fft, ifft, fft_inplace and ifft_inplace overloads for std::vector
* [FFT] - static_assert T is a floating point type. There are static asserts in mkl_fft and kiss_fft, but it doesn't hurt adding them in the matrix API too so users get helpful warnings higher up in the API.
* [FFT] - added documentation for std::vector overloads in matrix_fft_abstract.h file
Co-authored-by:
pf <pf@pf-ubuntu-dev>
Showing
Please register or sign in to comment