%PDF- %PDF-
| Direktori : /usr/lib/python3/dist-packages/pythran/pythonic/include/numpy/linalg/ |
| Current File : //usr/lib/python3/dist-packages/pythran/pythonic/include/numpy/linalg/matrix_power.hpp |
#ifndef PYTHONIC_INCLUDE_NUMPY_LINALG_MATRIX_POWER_HPP
#define PYTHONIC_INCLUDE_NUMPY_LINALG_MATRIX_POWER_HPP
#include "pythonic/include/numpy/array.hpp"
PYTHONIC_NS_BEGIN
namespace numpy
{
namespace linalg
{
template <class E>
auto matrix_power(E const &expr, long n)
-> decltype(numpy::functor::array{}(expr));
DEFINE_FUNCTOR(pythonic::numpy::linalg, matrix_power);
}
}
PYTHONIC_NS_END
#endif