Contents - Index


DATA >RESHAPE

PURPOSE Reorganize the data into different size matrix or matrices.

DESCRIPTION This routine treats any input data as one long list.  The list is formed row by row and, if applicable, level by level.  The new matrix is then filled up row by row and then level by level from this list.

PARAMETERS
# of rows desired (Default = 0)
Number of rows in reshaped matrix.

# of columns desired (Default = 0)
Number of columns in reshaped matrix.

# of matrices desired (Default = 1)
Number of different matrices required.

Output dataset (Default = 'Reshaped')
Name of file containing reshaped data.


LOG FILE Reshaped matrix.

TIMING O(N^2).

COMMENTS None.

REFERENCES None.