Function lapack_sys::cgesvj_[][src]

pub unsafe extern "C" fn cgesvj_(
    joba: *const c_char,
    jobu: *const c_char,
    jobv: *const c_char,
    m: *const c_int,
    n: *const c_int,
    A: *mut __BindgenComplex<f32>,
    lda: *const c_int,
    SVA: *mut f32,
    mv: *const c_int,
    V: *mut __BindgenComplex<f32>,
    ldv: *const c_int,
    cwork: *mut __BindgenComplex<f32>,
    lwork: *const c_int,
    rwork: *mut f32,
    lrwork: *const c_int,
    info: *mut c_int
)