Function rgsl::blas::level2::sger
[−]
[src]
pub fn sger(alpha: f32, x: &VectorF32, y: &VectorF32, A: &mut MatrixF32) -> Value
This function computes the rank-1 update A = \alpha x yT + A of the matrix A.