%PDF- %PDF-
| Direktori : /usr/lib/python3/dist-packages/pythran/pythonic/include/numpy/ |
| Current File : //usr/lib/python3/dist-packages/pythran/pythonic/include/numpy/trim_zeros.hpp |
#ifndef PYTHONIC_INCLUDE_NUMPY_TRIMZEROS_HPP
#define PYTHONIC_INCLUDE_NUMPY_TRIMZEROS_HPP
#include "pythonic/include/utils/functor.hpp"
#include "pythonic/include/types/numpy_gexpr.hpp"
PYTHONIC_NS_BEGIN
namespace numpy
{
template <class T>
types::numpy_gexpr<T, types::contiguous_normalized_slice>
trim_zeros(T const &expr, types::str const &trim = "fb");
DEFINE_FUNCTOR(pythonic::numpy, trim_zeros)
}
PYTHONIC_NS_END
#endif