Function lapack_sys::dtgsyl_[][src]

pub unsafe extern "C" fn dtgsyl_(
    trans: *const c_char,
    ijob: *const c_int,
    m: *const c_int,
    n: *const c_int,
    A: *const f64,
    lda: *const c_int,
    B: *const f64,
    ldb: *const c_int,
    C: *mut f64,
    ldc: *const c_int,
    D: *const f64,
    ldd: *const c_int,
    E: *const f64,
    lde: *const c_int,
    F: *mut f64,
    ldf: *const c_int,
    dif: *mut f64,
    scale: *mut f64,
    work: *mut f64,
    lwork: *const c_int,
    iwork: *mut c_int,
    info: *mut c_int
)