Let's say I have double a[N][M] = { .......}; How to transform a into a 2D vector vector< vector<double> > v ?