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

Comparing ray/doc/man/man1/rmtxop.1 (file contents):
Revision 1.10 by greg, Mon Aug 28 15:59:46 2017 UTC vs.
Revision 1.11 by greg, Tue Sep 5 22:48:04 2017 UTC

# Line 103 | Line 103 | respectively.
103   (Note that the asterisk must be quoted or escaped in most shells.)\0
104   In the case of addition, the two matrices involved must have the same number
105   of components.
106 < For element-wise multiplication and division, the second matrix may have
107 < only a single component per element, which will be applied equally to all
108 < components of the first matrix.
106 > For element-wise multiplication and division, the second matrix is
107 > permitted instead to have a single component per element, which will be
108 > applied equally to all components of the first matrix.
109   If element-wise division is specified, any zero elements in the second
110   matrix will result in a warning and the corresponding component(s) in the
111   first matrix will be set to zero.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines