Function zlatrd_

Source
pub unsafe extern "C" fn zlatrd_(
    uplo: *mut c_char,
    n: *mut c_int,
    nb: *mut c_int,
    a: *mut Rcomplex,
    lda: *mut c_int,
    e: *mut c_double,
    tau: *mut Rcomplex,
    w: *mut Rcomplex,
    ldw: *mut c_int,
)