pub fn add(b: &Array1<f64>, v: &Array1<f64>) -> Result<Array1<f64>, Error>
Adds two vectors of the same length entry by entry
b
v