pub fn axpy_ndarray<T: Field>(alpha: T, x: &Array1<T>, y: &mut Array1<T>)
Computes y = α·x + y (AXPY operation).
alpha
x
y