api / koma.matrix / Matrix / pow

pow

open infix fun pow(exponent:Int):Matrix<T>

Multiplies the matrix by itself exponent times (using matrix multiplication).