Function rgsl::blas::level1::saxpy [] [src]

pub fn saxpy(alpha: f32, x: &VectorF32, y: &mut VectorF32) -> Value

This function computes the sum y = \alpha x + y for the vectors x and y.