Macro quantr::complex_re_array

source ยท
macro_rules! complex_re_array {
    ( $( $x:expr ),*  ) => { ... };
}
Expand description

Usage: complex_re_array!(input: [f64; n]) -> [Complex<f64>; n] Returns an array of complex numbers with zero imaginary part, and the real part set by input.