qr_ndarray

Function qr_ndarray 

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

Computes the QR decomposition of a matrix.

A = Q * R

§Arguments

  • a - The input matrix (m×n)

§Returns

QR decomposition with Q and R