Function lapack_sys::sgesvd_[][src]

pub unsafe extern "C" fn sgesvd_(
    jobu: *const c_char,
    jobvt: *const c_char,
    m: *const c_int,
    n: *const c_int,
    A: *mut f32,
    lda: *const c_int,
    S: *mut f32,
    U: *mut f32,
    ldu: *const c_int,
    VT: *mut f32,
    ldvt: *const c_int,
    work: *mut f32,
    lwork: *const c_int,
    info: *mut c_int
)