#ifndef PYTHONIC_INCLUDE_NUMPY_RAVEL_HPP #define PYTHONIC_INCLUDE_NUMPY_RAVEL_HPP #include "pythonic/include/numpy/ndarray/reshape.hpp" #include "pythonic/include/utils/numpy_conversion.hpp" PYTHONIC_NS_BEGIN namespace numpy { template types::ndarray> ravel(types::ndarray const &expr); NUMPY_EXPR_TO_NDARRAY0_DECL(ravel); DEFINE_FUNCTOR(pythonic::numpy, ravel); } PYTHONIC_NS_END #endif