I have the following array:




double **A;

A = new double*[s];
for (int i=0;i<s;i++)
A[i]=new double[3];