Function rgsl::blas::level1::saxpy

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

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