#ifndef PYTHONIC_INCLUDE_NUMPY_FILL_DIAGONAL_HPP #define PYTHONIC_INCLUDE_NUMPY_FILL_DIAGONAL_HPP #include "pythonic/include/utils/functor.hpp" #include "pythonic/include/types/NoneType.hpp" PYTHONIC_NS_BEGIN namespace numpy { template types::none_type fill_diagonal(E &&, typename std::decay::type::dtype); DEFINE_FUNCTOR(pythonic::numpy, fill_diagonal) } PYTHONIC_NS_END #endif