Function lapack::fortran::sgeqr2
[−]
[src]
pub fn sgeqr2(m: i32, n: i32, a: &mut [f32], lda: i32, tau: &mut [f32], work: &mut [f32], info: &mut i32)