qr_complex_ndarray

Function qr_complex_ndarray 

Source
pub fn qr_complex_ndarray<T>(a: &Array2<T>) -> LapackResult<QrResult<T>>
where T: Field + ComplexScalar + Clone + Zeroable, T::Real: Real,
Expand description

Computes the QR decomposition of a complex matrix.

§Arguments

  • a - The input complex matrix (m×n)

§Returns

Q (unitary) and R (upper triangular)