Function lapack::c::dgesv_work
[−]
[src]
pub fn dgesv_work(layout: Layout, n: i32, nrhs: i32, a: &mut [f64], lda: i32, ipiv: &mut [i32], b: &mut [f64], ldb: i32) -> i32