Konversi vektor std menjadi array

std::vector<double> v;
double* a = &v[0];
Disgusted Dogfish