Function rustplot::data_parser::vec_mul [] [src]

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

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