Function rlapack::ll::zsysvx_ [] [src]

pub unsafe extern "C" fn zsysvx_(
    __fact: *mut c_char,
    __uplo: *mut c_char,
    __n: *mut __CLPK_integer,
    __nrhs: *mut __CLPK_integer,
    __a: *mut __CLPK_doublecomplex,
    __lda: *mut __CLPK_integer,
    __af: *mut __CLPK_doublecomplex,
    __ldaf: *mut __CLPK_integer,
    __ipiv: *mut __CLPK_integer,
    __b: *mut __CLPK_doublecomplex,
    __ldb: *mut __CLPK_integer,
    __x: *mut __CLPK_doublecomplex,
    __ldx: *mut __CLPK_integer,
    __rcond: *mut __CLPK_doublereal,
    __ferr: *mut __CLPK_doublereal,
    __berr: *mut __CLPK_doublereal,
    __work: *mut __CLPK_doublecomplex,
    __lwork: *mut __CLPK_integer,
    __rwork: *mut __CLPK_doublereal,
    __info: *mut __CLPK_integer
) -> c_int