pub fn qr<T: Numeric<T>>(a: &Sprs<T>, s: &Symb) -> Nmrc<T>
Sparse QR factorization (V,beta,p,R) = qr (A)
See: sqr(...)
sqr(...)