Searched refs:matrix3 (Results 1 – 3 of 3) sorted by relevance
27 \code matrix1 = matrix2 + matrix3; \endcode31 \code matrix1 = (matrix2 + matrix3).eval(); \endcode35 \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 …matrix3 + matrix4</tt> is going to be used several times in the matrix product. Instead of computi…
62 type(t3) :: matrix3(2,2) local
334 matrix3 = array_ops.placeholder_with_default(339 operator3 = LinearOperatorMatmulSolve(matrix3, is_square=False)