Function LAPACKE_sptrfs_work

Source
pub unsafe extern "C" fn LAPACKE_sptrfs_work(
    matrix_layout: c_int,
    n: lapack_int,
    nrhs: lapack_int,
    d: *const f32,
    e: *const f32,
    df: *const f32,
    ef: *const f32,
    b: *const f32,
    ldb: lapack_int,
    x: *mut f32,
    ldx: lapack_int,
    ferr: *mut f32,
    berr: *mut f32,
    work: *mut f32,
) -> lapack_int