Function lapack_sys::dtgsja_[][src]

pub unsafe extern "C" fn dtgsja_(
    jobu: *const c_char,
    jobv: *const c_char,
    jobq: *const c_char,
    m: *const c_int,
    p: *const c_int,
    n: *const c_int,
    k: *const c_int,
    l: *const c_int,
    A: *mut f64,
    lda: *const c_int,
    B: *mut f64,
    ldb: *const c_int,
    tola: *const f64,
    tolb: *const f64,
    alpha: *mut f64,
    beta: *mut f64,
    U: *mut f64,
    ldu: *const c_int,
    V: *mut f64,
    ldv: *const c_int,
    Q: *mut f64,
    ldq: *const c_int,
    work: *mut f64,
    ncycle: *mut c_int,
    info: *mut c_int
)