Home | History | Annotate | Download | only in doc

Lines Matching full:matrix

4 /** \page TopicWritingEfficientProductExpression Writing efficient matrix product expressions
14 all kind of matrix products and triangular solvers.
23 \section GEMM General Matrix-Matrix product (GEMM)
25 Let's start with the most common primitive: the matrix product of general dense matrices.
31 When Eigen detects a matrix product, it analyzes both sides of the product to extract a
69 and a matrix product does not evaluate the matrix product but instead it
70 returns a matrix product expression tracking the scalar scaling factor. <br>
71 Without this optimization, the matrix product would be evaluated into a
94 and so the matrix product will be immediately evaluated.</td>
107 so that no temporary is required. (tip: for very small fixed size matrix