Function zlahrd_

Source
pub unsafe extern "C" fn zlahrd_(
    n: *mut c_int,
    k: *mut c_int,
    nb: *mut c_int,
    a: *mut Rcomplex,
    lda: *mut c_int,
    tau: *mut Rcomplex,
    t: *mut Rcomplex,
    ldt: *mut c_int,
    y: *mut Rcomplex,
    ldy: *mut c_int,
)