lapack_sys::sgbbrd_ [] [src]

pub unsafe extern fn sgbbrd_(vect: *const c_char, m: *const c_int, n: *const c_int, ncc: *const c_int, kl: *const c_int, ku: *const c_int, ab: *mut c_float, ldab: *const c_int, d: *mut c_float, e: *mut c_float, q: *mut c_float, ldq: *const c_int, pt: *mut c_float, ldpt: *const c_int, c: *mut c_float, ldc: *const c_int, work: *mut c_float, info: *mut c_int)