%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /lib/python3/dist-packages/pythran/pythonic/numpy/
Upload File :
Create Path :
Current File : //lib/python3/dist-packages/pythran/pythonic/numpy/min.hpp

#ifndef PYTHONIC_NUMPY_MIN_HPP
#define PYTHONIC_NUMPY_MIN_HPP

#include "pythonic/include/numpy/min.hpp"

#include "pythonic/numpy/reduce.hpp"
#include "pythonic/operator_/imin.hpp"
#include "pythonic/utils/functor.hpp"

PYTHONIC_NS_BEGIN

namespace numpy
{

  template <class... Args>
  auto min(Args &&... args)
      -> decltype(reduce<operator_::functor::imin>(std::forward<Args>(args)...))
  {
    return reduce<operator_::functor::imin>(std::forward<Args>(args)...);
  }
}
PYTHONIC_NS_END

#endif

Zerion Mini Shell 1.0