Function lapack_sys::stprfs_[][src]

pub unsafe extern "C" fn stprfs_(
    uplo: *const c_char,
    trans: *const c_char,
    diag: *const c_char,
    n: *const c_int,
    nrhs: *const c_int,
    AP: *const f32,
    B: *const f32,
    ldb: *const c_int,
    X: *const f32,
    ldx: *const c_int,
    ferr: *mut f32,
    berr: *mut f32,
    work: *mut f32,
    iwork: *mut c_int,
    info: *mut c_int
)