Function rgsl::blas::level1::daxpy

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

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