Skip to main content

axpy

Function axpy 

Source
pub fn axpy(alpha: f64, x: &[f64], y: &mut [f64]) -> Result<(), SolversError>
Expand description

y[i] += α·x[i] — the BLAS axpy.