pub fn create_complex_array( real: ArrayD<f64>, imag: ArrayD<f64>, ) -> Result<MatType>
Create a complex number MatType