Function lapack_sys::dorgbr_[][src]

pub unsafe extern "C" fn dorgbr_(
    vect: *const c_char,
    m: *const c_int,
    n: *const c_int,
    k: *const c_int,
    A: *mut f64,
    lda: *const c_int,
    tau: *const f64,
    work: *mut f64,
    lwork: *const c_int,
    info: *mut c_int
)