Skip to main content

cmat_mul

Function cmat_mul 

Source
fn cmat_mul(a: &[C64], b: &[C64], d: usize) -> Vec<C64>
Expand description

Complex matrix multiply: C = A * B, all d×d row-major.