pub unsafe fn sgeqrt( m: i32, n: i32, nb: i32, a: &mut [f32], lda: i32, t: &mut [f32], ldt: i32, work: &mut [f32], info: &mut i32, )