I have read a 2 files into 1D arrays. These files contain values that should be in a matrix of sizes 768 x 1024, and 49 x 36 respectively.
I have a base class which classes for the two different sizes inherit from.
I'd now like to convert these 1D arrays into the matrix format using vectors in the base class which the two would inherit, but I'm not sure how to go about this and have found little useful information.
Can anyone help?