Function lapack_sys::sgerfsx_[][src]

pub unsafe extern "C" fn sgerfsx_(
    trans: *const c_char,
    equed: *const c_char,
    n: *const c_int,
    nrhs: *const c_int,
    A: *const f32,
    lda: *const c_int,
    AF: *const f32,
    ldaf: *const c_int,
    ipiv: *const c_int,
    R: *const f32,
    C: *const f32,
    B: *const f32,
    ldb: *const c_int,
    X: *mut f32,
    ldx: *const c_int,
    rcond: *mut f32,
    berr: *mut f32,
    n_err_bnds: *const c_int,
    err_bnds_norm: *mut f32,
    err_bnds_comp: *mut f32,
    nparams: *const c_int,
    params: *mut f32,
    work: *mut f32,
    iwork: *mut c_int,
    info: *mut c_int
)