lapack_sys::dtgsyl_ [] [src]

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