Function lapack_sys::dpbsv_[][src]

pub unsafe extern "C" fn dpbsv_(
    uplo: *const c_char,
    n: *const c_int,
    kd: *const c_int,
    nrhs: *const c_int,
    AB: *mut f64,
    ldab: *const c_int,
    B: *mut f64,
    ldb: *const c_int,
    info: *mut c_int
)