Function lapack::c::dopmtr_work
[−]
[src]
pub fn dopmtr_work(layout: Layout, side: u8, uplo: u8, trans: u8, m: i32, n: i32, ap: &[f64], tau: &[f64], c: &mut [f64], ldc: i32, work: &mut [f64]) -> i32