#ifndef PYTHONIC_INCLUDE_NUMPY_INNER_HPP #define PYTHONIC_INCLUDE_NUMPY_INNER_HPP #include "pythonic/include/numpy/dot.hpp" PYTHONIC_NS_BEGIN namespace numpy { USING_FUNCTOR(inner, dot); } PYTHONIC_NS_END #endif