I want to convert matrix's (n, m) coordinates as i, j to respective array's (n * m) coordinates as k, thus matrix[i, j] will be equivalents to array[k]. I don't know how to create an expression that makes this conversion.
I want to find who is k
Thanks a lot