Function lapack::fortran::dgbcon
[−]
[src]
pub fn dgbcon(norm: u8, n: i32, kl: i32, ku: i32, ab: &[f64], ldab: i32, ipiv: &[i32], anorm: f64, rcond: &mut f64, work: &mut [f64], iwork: &mut [i32], info: &mut i32)