Function rgsl::cblas::level1::daxpy

source ·
pub fn daxpy(N: i32, alpha: f64, x: &[f64], incx: i32, y: &mut [f64], incy: i32)