Function lapack_sys::dgesvdx_[][src]

pub unsafe extern "C" fn dgesvdx_(
    jobu: *const c_char,
    jobvt: *const c_char,
    range: *const c_char,
    m: *const c_int,
    n: *const c_int,
    A: *mut f64,
    lda: *const c_int,
    vl: *const f64,
    vu: *const f64,
    il: *const c_int,
    iu: *const c_int,
    ns: *mut c_int,
    S: *mut f64,
    U: *mut f64,
    ldu: *const c_int,
    VT: *mut f64,
    ldvt: *const c_int,
    work: *mut f64,
    lwork: *const c_int,
    iwork: *mut c_int,
    info: *mut c_int
)