Function lapack_sys::dsbgst_[][src]

pub unsafe extern "C" fn dsbgst_(
    vect: *const c_char,
    uplo: *const c_char,
    n: *const c_int,
    ka: *const c_int,
    kb: *const c_int,
    AB: *mut f64,
    ldab: *const c_int,
    BB: *const f64,
    ldbb: *const c_int,
    X: *mut f64,
    ldx: *const c_int,
    work: *mut f64,
    info: *mut c_int
)