api / koma.matrix / Matrix / epow

epow

abstract fun epow(other:T):Matrix<T>

Element-wise exponentiation of each element in the matrix

abstract infix fun epow(other:Int):Matrix<T>