Function lapack::c::cgbcon_work
[−]
[src]
pub fn cgbcon_work(layout: Layout, norm: u8, n: i32, kl: i32, ku: i32, ab: &[c32], ldab: i32, ipiv: &[i32], anorm: f32, rcond: &mut f32, work: &mut [c32], rwork: &mut [f32]) -> i32