Function lapack::c::dormhr
[−]
[src]
pub fn dormhr(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) -> i32