fn complex_mat_mul(a: &[f64; 8], b: &[f64; 8]) -> [f64; 8]
Multiply two 2×2 complex matrices (each stored as 8 f64s).