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

pub fn daxpy(alpha: f64, x: &VectorF64, y: &mut VectorF64) -> Value

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