Say we have two 2d arrays:
double matrix [64][100]; double array[64][32];
And we want to copy 32 elements from matrix[64][50:82] to array[64]