ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/Development/ray/doc/man/man1/rmtxop.1
(Generate patch)

Comparing ray/doc/man/man1/rmtxop.1 (file contents):
Revision 1.16 by greg, Mon Aug 12 17:14:40 2019 UTC vs.
Revision 1.17 by greg, Tue Sep 10 17:58:20 2019 UTC

# Line 121 | Line 121 | If a different evaluation order is desired, pipe the r
121   .I rmtxop
122   command into another, as shown in one of the examples below.
123   .PP
124 < The number of components in the new matrix after applying any
124 > The number of components in the next matrix after applying any
125   .I -c
126   transform must agree with the prior result.
127   For concatenation (matrix multiplication), the number of columns
128 < in the prior result must equal the number of rows in the new matrix, and
128 > in the prior result must equal the number of rows in the next matrix, and
129   the result will have the number of rows of the previous and the number
130 < of columns of the new matrix.
130 > of columns of the next matrix.
131   In the case of addition, multiplication, and division,
132   the number of rows and columns of the prior result and the
133 < new matrix must match, and will not be changed by the operation.
133 > next matrix must match, and will not be changed by the operation.
134   .PP
135   A final transpose or scaling/transform operation may be applied to
136   the results by appending the

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)