lapack_sys::sgemqrt_ [] [src]

pub unsafe extern fn sgemqrt_(side: *const c_char, trans: *const c_char, m: *const c_int, n: *const c_int, k: *const c_int, nb: *const c_int, v: *const c_float, ldv: *const c_int, t: *const c_float, ldt: *const c_int, c: *mut c_float, ldc: *const c_int, work: *mut c_float, info: *mut c_int)