Function lapack_sys::claghe_[][src]

pub unsafe extern "C" fn claghe_(
    n: *const c_int,
    k: *const c_int,
    D: *const f32,
    A: *mut __BindgenComplex<f32>,
    lda: *const c_int,
    iseed: *mut c_int,
    work: *mut __BindgenComplex<f32>,
    info: *mut c_int
)