http://codextechnicanum.blogspot.com/2013/12/embedding-python-in-c-converting-c.html //Make some vectors containing the data static const double xarr[] = {1,2,3,4,5,6,7,8,9,10,11,12,13,14}; std::vector<double> xvec (xarr, xarr + sizeof(xarr) / sizeo…