Function lapack_sys::sgbbrd_[][src]

pub unsafe extern "C" fn sgbbrd_(
    vect: *const c_char,
    m: *const c_int,
    n: *const c_int,
    ncc: *const c_int,
    kl: *const c_int,
    ku: *const c_int,
    AB: *mut f32,
    ldab: *const c_int,
    D: *mut f32,
    E: *mut f32,
    Q: *mut f32,
    ldq: *const c_int,
    PT: *mut f32,
    ldpt: *const c_int,
    C: *mut f32,
    ldc: *const c_int,
    work: *mut f32,
    info: *mut c_int
)