Function lapack_sys::dgesdd_[][src]

pub unsafe extern "C" fn dgesdd_(
    jobz: *const c_char,
    m: *const c_int,
    n: *const c_int,
    A: *mut f64,
    lda: *const 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
)