i have an array
weights[16][60]
this being 16 rows of 60 elements in each one
i have another
error[16]
which co incides with each with the 16 rows, this is the error from each row.
is there a way i can put each of the 16 in order in the array and then mimic that into the weights array so that all of those are like the ones in the error array?