Function rgsl::cblas::level2::sgemv [] [src]

pub fn sgemv(order: Order, transA: Transpose, M: i32, N: i32, alpha: f32, A: &[f32], lda: i32, X: &[f32], incx: i32, beta: f32, Y: &mut [f32], incy: i32)

Multiplies a matrix and a vector.

For parameter lda, if you are passing a matrix A[m][n], the value of parameter lda should be m.