dpnp.linalg.matrix_power

dpnp.linalg.matrix_power(input, count)[source]

Raise a square matrix to the (integer) power count.

Parameters:

input (sequence of array_like) –

Returns:

output – Returns the dot product of the supplied arrays.

Return type:

array