Home
last modified time | relevance | path

Searched refs:matrix4 (Results 1 – 2 of 2) sorted by relevance

/external/eigen/doc/
DTopicLazyEvaluation.dox35 \code matrix1 = -matrix2 + matrix3 + 5 * matrix4; \endcode
53 \code matrix1 = matrix2 + matrix3 * matrix4; \endcode
55 the product <tt>matrix3 * matrix4</tt> gets evaluated immediately into a temporary matrix. Indeed, …
59 \code matrix1 = matrix2 * (matrix3 + matrix4); \endcode
61matrix4</tt> is going to be used several times in the matrix product. Instead of computing the sum…
/external/llvm-project/flang/test/Semantics/
Dfinal02.f9068 type(t4) :: matrix4(2,2) local