Function rustplot::data_parser::vec_add [] [src]

pub fn vec_add(vec1: &Vec<f64>, vec2: &Vec<f64>) -> Vec<f64>

Returns a vector with elements with values of the sum of the corresponding elements of the two provided vectors.