Skip to main content

matrix_pow

Function matrix_pow 

Source
pub fn matrix_pow(a: &Matrix, b: &Matrix) -> Result<Matrix>
Expand description

Raises the a matrix elements to the power of the b matrix elements.