Function lapack::c::dopmtr [] [src]

pub fn dopmtr(layout: Layout, side: u8, uplo: u8, trans: u8, m: i32, n: i32, ap: &[f64], tau: &[f64], c: &mut [f64], ldc: i32) -> i32