pub unsafe fn dgebrd( m: i32, n: i32, a: &mut [f64], lda: i32, d: &mut [f64], e: &mut [f64], tauq: &mut [f64], taup: &mut [f64], work: &mut [f64], lwork: i32, info: &mut i32, )