complex_matrix_power

Function complex_matrix_power 

Source
pub fn complex_matrix_power(
    a: &ComplexTensor,
    n: i32,
) -> Result<ComplexTensor, String>
Expand description

Complex matrix power: C = A^n (for positive integer n) Uses binary exponentiation with complex matrix multiply