MatrixPower =========== Computes the n-th power of a square matrix. **Abstract Signature:** ``MatrixPower(input: Tensor, n: int)`` .. raw:: html

PyTorch

API: torch.matrix_power
Strategy: Direct Mapping

JAX (Core)

API: jax.numpy.linalg.matrix_power
Strategy: Direct Mapping

NumPy

API: numpy.linalg.matrix_power
Strategy: Direct Mapping

TensorFlow

API: tf.linalg.matrix_power
Strategy: Direct Mapping