Function blas::fortran::sger [] [src]

pub fn sger(m: i32, n: i32, alpha: f32, x: &[f32], incx: i32, y: &[f32], incy: i32, a: &mut [f32], lda: i32)