Function lapack_sys::dspsvx_[][src]

pub unsafe extern "C" fn dspsvx_(
    fact: *const c_char,
    uplo: *const c_char,
    n: *const c_int,
    nrhs: *const c_int,
    AP: *const f64,
    AFP: *mut f64,
    ipiv: *mut c_int,
    B: *const f64,
    ldb: *const c_int,
    X: *mut f64,
    ldx: *const c_int,
    rcond: *mut f64,
    ferr: *mut f64,
    berr: *mut f64,
    work: *mut f64,
    iwork: *mut c_int,
    info: *mut c_int
)