#ifndef PYTHONIC_INCLUDE_NUMPY_SORTCOMPLEX_HPP #define PYTHONIC_INCLUDE_NUMPY_SORTCOMPLEX_HPP #include "pythonic/include/utils/functor.hpp" #include "pythonic/include/numpy/sort.hpp" PYTHONIC_NS_BEGIN namespace numpy { USING_FUNCTOR(sort_complex, sort) } PYTHONIC_NS_END #endif