Function lapack_sys::spbrfs_[][src]

pub unsafe extern "C" fn spbrfs_(
    uplo: *const c_char,
    n: *const c_int,
    kd: *const c_int,
    nrhs: *const c_int,
    AB: *const f32,
    ldab: *const c_int,
    AFB: *const f32,
    ldafb: *const c_int,
    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
)