Function lapack_sys::zgesvj_[][src]

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