Macro quantr::complex_im_array
source · macro_rules! complex_im_array { ( $( $x:expr ),* ) => { ... }; }
Expand description
Usage: complex_im_array!(input: [f64; n]) -> [Complex<f64>; n]
Returns an array of complex number with zero real part, and imaginaries set by input.