pub fn matrix_pow(a: &Matrix, b: &Matrix) -> Result<Matrix>
Raises the a matrix elements to the power of the b matrix elements.
a
b