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. |