42 |
|
for 30 rows by 14 columns. |
43 |
|
.I Rcollate |
44 |
|
can also reorder the input into nested blocks by continuing the output size |
45 |
< |
string, "3x10X7x2" would order output data with a 3x10 super-array of 7x2 |
46 |
< |
subblocks. |
47 |
< |
This is a convenient way to visualize tensor data. |
45 |
> |
string. |
46 |
> |
For example, "3x10X7x2" would order output data with a 3x10 super-array of |
47 |
> |
7x2 subblocks. |
48 |
> |
This type of block hierarchy is convenient for visualizing tensor data. |
49 |
|
.PP |
50 |
|
By default, the file is assumed to include an information header, which |
51 |
|
is copied to the standard output along with the command name. |
122 |
|
from the standard input, since |
123 |
|
.I rcollate |
124 |
|
can map the file directly into virtual memory. |
125 |
+ |
If the |
126 |
+ |
.I \-o |
127 |
+ |
option is also given with multiple block levels, the transpose operation |
128 |
+ |
will logically precede the reblocking operation, regardless of the order |
129 |
+ |
they are given on the command line. |
130 |
|
.SH EXAMPLES |
131 |
|
To change put 8760 color triplets per row in a matrix with no header: |
132 |
|
.IP "" .2i |