# | Line 25 | Line 25 | rcomb - combine and convert matrices a row at a time | |
---|---|---|
25 | ] | |
26 | .B "m1 .." | |
27 | [ | |
28 | < | .B "\-m mcat" |
28 | > | .B "\-m[t] mcat" |
29 | ] | |
30 | .SH DESCRIPTION | |
31 | .I Rcomb | |
# | Line 60 | Line 60 | A single concatenation matrix may be applied after ele | |
60 | using the | |
61 | .I \-m | |
62 | option. | |
63 | + | If the option is given as |
64 | + | .I \-mt |
65 | + | then the concatenation matrix will be transposed before it is applied. |
66 | Matrix concatenation will happen before or after any trailing | |
67 | operations, depending on relative command line placement. | |
68 | .PP |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |