Function lapack_sys::zhpgvd_[][src]

pub unsafe extern "C" fn zhpgvd_(
    itype: *const c_int,
    jobz: *const c_char,
    uplo: *const c_char,
    n: *const c_int,
    AP: *mut __BindgenComplex<f64>,
    BP: *mut __BindgenComplex<f64>,
    W: *mut f64,
    Z: *mut __BindgenComplex<f64>,
    ldz: *const c_int,
    work: *mut __BindgenComplex<f64>,
    lwork: *const c_int,
    rwork: *mut f64,
    lrwork: *const c_int,
    iwork: *mut c_int,
    liwork: *const c_int,
    info: *mut c_int
)