aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/pythran/pythran/pythonic/include/numpy/resize.hpp
blob: 3028f7cbf858c1c84f21a6c3927a21c9be3bbf0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef PYTHONIC_INCLUDE_NUMPY_RESIZE_HPP
#define PYTHONIC_INCLUDE_NUMPY_RESIZE_HPP

#include "pythonic/include/numpy/ndarray/reshape.hpp"
#include "pythonic/include/utils/functor.hpp"

PYTHONIC_NS_BEGIN
namespace numpy
{
  USING_FUNCTOR(resize, pythonic::numpy::ndarray::functor::reshape);
}
PYTHONIC_NS_END

#endif