%PDF- %PDF-
Direktori : /proc/985914/root/lib/python3/dist-packages/pythran/pythonic/include/scipy/special/ |
Current File : //proc/985914/root/lib/python3/dist-packages/pythran/pythonic/include/scipy/special/hankel1.hpp |
#ifndef PYTHONIC_INCLUDE_SCIPY_SPECIAL_HANKEL1_HPP #define PYTHONIC_INCLUDE_SCIPY_SPECIAL_HANKEL1_HPP #include "pythonic/include/types/ndarray.hpp" #include "pythonic/include/types/complex.hpp" #include "pythonic/include/utils/functor.hpp" #include "pythonic/include/utils/numpy_traits.hpp" PYTHONIC_NS_BEGIN namespace scipy { namespace special { namespace details { template <class T0, class T1> std::complex<double> hankel1(T0 x, T1 y); } #define NUMPY_NARY_FUNC_NAME hankel1 #define NUMPY_NARY_FUNC_SYM details::hankel1 #include "pythonic/include/types/numpy_nary_expr.hpp" } } PYTHONIC_NS_END #endif