Skip to main content

complex_mat_mul

Function complex_mat_mul 

Source
fn complex_mat_mul(a: &[f64; 8], b: &[f64; 8]) -> [f64; 8]
Expand description

Multiply two 2×2 complex matrices (each stored as 8 f64s).