Function dlatrz_

Source
pub unsafe extern "C" fn dlatrz_(
    m: *mut c_int,
    n: *mut c_int,
    l: *mut c_int,
    a: *mut c_double,
    lda: *mut c_int,
    tau: *mut c_double,
    work: *mut c_double,
)