Lines Matching refs:expressions
4 /** \page TopicWritingEfficientProductExpression Writing efficient matrix product expressions
7 simply write your expressions in the most high level way. This is especially true
9 take some care when writing your expressions in order to minimize useless evaluations
12 and evaluate complex product expressions, and discuss the current limitations.
13 In particular we will focus on expressions matching level 2 and 3 BLAS routines, i.e,
18 …tural API. Each of these routines can compute in a single evaluation a wide variety of expressions.
21 you to write faster code by making your expressions more Eigen friendly.
33 More precisely each side is simplified by iteratively removing trivial expressions such as scalar m…
34 negation and conjugation. Transpose and Block expressions are not evaluated and they only modify th…
35 and shape. All other expressions are immediately evaluated.
43 Unfortunately, this simplification mechanism is not perfect yet and not all expressions which could…
119 expressions nested in a Block expression. Therefore the nested scalar