Function lapack_sys::spprfs_[][src]

pub unsafe extern "C" fn spprfs_(
    uplo: *const c_char,
    n: *const c_int,
    nrhs: *const c_int,
    AP: *const f32,
    AFP: *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,
    iwork: *mut c_int,
    info: *mut c_int
)