pub fn dger( order: CblasOrder, M: i32, N: i32, alpha: f64, x: &[f64], incx: i32, y: &[f64], incy: i32, A: &mut [f64], lda: i32)