pub fn qr_complex_ndarray<T>(a: &Array2<T>) -> LapackResult<QrResult<T>>where T: Field + ComplexScalar + Clone + Zeroable, T::Real: Real,
Computes the QR decomposition of a complex matrix.
a
Q (unitary) and R (upper triangular)