%PDF- %PDF-
| Direktori : /proc/thread-self/root/lib/python3/dist-packages/pythran/pythonic/include/numpy/ |
| Current File : //proc/thread-self/root/lib/python3/dist-packages/pythran/pythonic/include/numpy/tile.hpp |
#ifndef PYTHONIC_INCLUDE_NUMPY_TILE_HPP
#define PYTHONIC_INCLUDE_NUMPY_TILE_HPP
#include "pythonic/include/utils/functor.hpp"
#include "pythonic/include/types/ndarray.hpp"
PYTHONIC_NS_BEGIN
namespace numpy
{
template <class E>
types::ndarray<typename E::dtype, types::array<long, E::value>>
tile(E const &expr, long reps);
template <class E, size_t N>
types::ndarray<typename E::dtype, types::array<long, N>>
tile(E const &expr, types::array<long, N> const &reps);
DEFINE_FUNCTOR(pythonic::numpy, tile);
}
PYTHONIC_NS_END
#endif