Home
last modified time | relevance | path

Searched refs:matrix3 (Results 1 – 3 of 3) sorted by relevance

/external/eigen/doc/
DTopicLazyEvaluation.dox27 \code matrix1 = matrix2 + matrix3; \endcode
31 \code matrix1 = (matrix2 + matrix3).eval(); \endcode
35 \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
61matrix3 + matrix4</tt> is going to be used several times in the matrix product. Instead of computi…
/external/llvm-project/flang/test/Semantics/
Dfinal02.f9062 type(t3) :: matrix3(2,2) local
/external/tensorflow/tensorflow/python/kernel_tests/linalg/
Dlinear_operator_test.py334 matrix3 = array_ops.placeholder_with_default(
339 operator3 = LinearOperatorMatmulSolve(matrix3, is_square=False)