#ifndef PYTHONIC_INCLUDE_NUMPY_FFT_C2C_HPP #define PYTHONIC_INCLUDE_NUMPY_FFT_C2C_HPP #include "pythonic/include/utils/functor.hpp" #include "pythonic/include/types/ndarray.hpp" PYTHONIC_NS_BEGIN namespace numpy { namespace fft { template types::ndarray, types::array::value>> c2c(types::ndarray, pS> const &a, long n = -1, long axis = -1, types::str const &norm = {}, bool const forward = true); } } PYTHONIC_NS_END #endif