I have one 2 dimensional array, so an array of arrays. The arrays of the arrays DONT have the same lengths. Here an example:
double[][] multi = new double[][
Do this:
for(int i=0; i