Function lapack_sys::dlarfx_[][src]

pub unsafe extern "C" fn dlarfx_(
    side: *const c_char,
    m: *const c_int,
    n: *const c_int,
    V: *const f64,
    tau: *const f64,
    C: *mut f64,
    ldc: *const c_int,
    work: *mut f64
)