Function lapack::fortran::sgehrd
[−]
[src]
pub fn sgehrd(n: i32, ilo: i32, ihi: i32, a: &mut [f32], lda: i32, tau: &mut [f32], work: &mut [f32], lwork: i32, info: &mut i32)