Lines Matching full:hand
32 <tt>mat.bottomRightCorner(2,2)</tt> on the left-hand side of the assignment and the block
33 <tt>mat.topLeftCorner(2,2)</tt> on the right-hand side. After the assignment, the (2,2) entry in the bottom
81 to evaluate the right-hand side fully into a temporary matrix/array and then assign it to the left-hand
132 As explained above, it may be dangerous if the same matrix or array occurs on both the left-hand side and the
133 right-hand side of an assignment operator, and it is then often necessary to evaluate the right-hand side
149 In general, an assignment is safe if the (i,j) entry of the expression on the right-hand side depends only on
150 the (i,j) entry of the matrix or array on the left-hand side and not on any other entries. In that case it is
151 not necessary to evaluate the right-hand side explicitly.
204 Aliasing occurs when the same matrix or array coefficients appear both on the left- and the right-hand side of