Function lapack_sys::dgejsv_[][src]

pub unsafe extern "C" fn dgejsv_(
    joba: *const c_char,
    jobu: *const c_char,
    jobv: *const c_char,
    jobr: *const c_char,
    jobt: *const c_char,
    jobp: *const c_char,
    m: *const c_int,
    n: *const c_int,
    A: *mut f64,
    lda: *const c_int,
    SVA: *mut f64,
    U: *mut f64,
    ldu: *const c_int,
    V: *mut f64,
    ldv: *const c_int,
    work: *mut f64,
    lwork: *const c_int,
    iwork: *mut c_int,
    info: *mut c_int
)