Function lapack_sys::sptrfs_[][src]

pub unsafe extern "C" fn sptrfs_(
    n: *const c_int,
    nrhs: *const c_int,
    D: *const f32,
    E: *const f32,
    DF: *const f32,
    EF: *const f32,
    B: *const f32,
    ldb: *const c_int,
    X: *mut f32,
    ldx: *const c_int,
    ferr: *mut f32,
    berr: *mut f32,
    work: *mut f32,
    info: *mut c_int
)