%PDF- %PDF-
| Direktori : /usr/lib/python3/dist-packages/pythran/pythonic/include/numpy/ |
| Current File : //usr/lib/python3/dist-packages/pythran/pythonic/include/numpy/nanargmax.hpp |
#ifndef PYTHONIC_INCLUDE_NUMPY_NANARGMAX_HPP
#define PYTHONIC_INCLUDE_NUMPY_NANARGMAX_HPP
#include "pythonic/include/utils/functor.hpp"
#include "pythonic/include/types/ndarray.hpp"
#include "pythonic/include/numpy/isnan.hpp"
PYTHONIC_NS_BEGIN
namespace numpy
{
template <class E>
long nanargmax(E const &expr);
DEFINE_FUNCTOR(pythonic::numpy, nanargmax);
}
PYTHONIC_NS_END
#endif