set function for vector

Hello, can someone help me make a function that sets the data vector of the sample?


void set_data(const vector<double> & v)
{
...
}
Last edited on
Topic archived. No new replies allowed.