lapack_sys::stgsyl_ [] [src]

pub unsafe extern fn stgsyl_(trans: *const c_char, ijob: *const c_int, m: *const c_int, n: *const c_int, a: *const c_float, lda: *const c_int, b: *const c_float, ldb: *const c_int, c: *mut c_float, ldc: *const c_int, d: *const c_float, ldd: *const c_int, e: *const c_float, lde: *const c_int, f: *mut c_float, ldf: *const c_int, scale: *mut c_float, dif: *mut c_float, work: *mut c_float, lwork: *const c_int, iwork: *mut c_int, info: *mut c_int)