Lines Matching full:expression
19 Given an expression, the challenge is then to map it to a minimal set of routines.
36 For instance, the following expression:
47 <th>Not optimal expression</th>
70 returns a matrix product expression tracking the scalar scaling factor. <br>
83 <td>This is because the product expression has the EvalBeforeNesting bit which
84 enforces the evaluation of the product by the Tranpose expression.</td>
105 <td>First of all, here the .noalias() in the first expression is useless because
106 m2*m3 will be evaluated anyway. However, note how this expression can be rewritten
118 <td>This is because our expression analyzer is currently not able to extract trivial
119 expressions nested in a Block expression. Therefore the nested scalar