Searched refs:matrix4 (Results 1 – 2 of 2) sorted by relevance
35 \code matrix1 = -matrix2 + matrix3 + 5 * matrix4; \endcode53 \code matrix1 = matrix2 + matrix3 * matrix4; \endcode55 the product <tt>matrix3 * matrix4</tt> gets evaluated immediately into a temporary matrix. Indeed, …59 \code matrix1 = matrix2 * (matrix3 + matrix4); \endcode61 …matrix4</tt> is going to be used several times in the matrix product. Instead of computing the sum…
68 type(t4) :: matrix4(2,2) local