Function lapack_sys::cpbrfs_[][src]

pub unsafe extern "C" fn cpbrfs_(
    uplo: *const c_char,
    n: *const c_int,
    kd: *const c_int,
    nrhs: *const c_int,
    AB: *const __BindgenComplex<f32>,
    ldab: *const c_int,
    AFB: *const __BindgenComplex<f32>,
    ldafb: *const c_int,
    B: *const __BindgenComplex<f32>,
    ldb: *const c_int,
    X: *mut __BindgenComplex<f32>,
    ldx: *const c_int,
    ferr: *mut f32,
    berr: *mut f32,
    work: *mut __BindgenComplex<f32>,
    rwork: *mut f32,
    info: *mut c_int
)