Function lapack::c::dormhr_work
[−]
[src]
pub fn dormhr_work(layout: Layout, side: u8, trans: u8, m: i32, n: i32, ilo: i32, ihi: i32, a: &[f64], lda: i32, tau: &[f64], c: &mut [f64], ldc: i32, work: &mut [f64], lwork: i32) -> i32