pow

abstract fun <T : Number> pow(mat: MultiArray<T, D2>, n: Int): NDArray<T, D2>

Raise a square matrix to power n.