Function rgsl::blas::level2::sger

source ·
pub fn sger(alpha: f32, x: &VectorF32, y: &VectorF32, A: &mut MatrixF32) -> Value
Expand description

This function computes the rank-1 update A = \alpha x y^T + A of the matrix A.