matrix_powerΒΆ
Raises a square matrix (or a stack of square matrices) x to an integer power n.
Abstract Signature:
matrix_power(x: array, n: int)
Raises a square matrix (or a stack of square matrices) x to an integer power n.
Abstract Signature:
matrix_power(x: array, n: int)