Function lapack::fortran::dbdsqr [] [src]

pub fn dbdsqr(uplo: u8, n: i32, ncvt: &[i32], nru: &[i32], ncc: &[i32], d: &mut [f64], e: &mut [f64], vt: &mut [f64], ldvt: i32, u: &mut [f64], ldu: i32, c: &mut [f64], ldc: i32, work: &mut [f64], info: &mut i32)