Function lapack::fortran::dgeequ [] [src]

pub fn dgeequ(m: i32,
              n: i32,
              a: &[f64],
              lda: i32,
              r: &mut [f64],
              c: &mut [f64],
              rowcnd: &mut f64,
              colcnd: &mut f64,
              amax: &mut f64,
              info: &mut i32)