Searched refs:evaluation (Results 1 – 25 of 187) sorted by relevance
12345678
5 Executive summary: Eigen has intelligent compile-time mechanisms to enable lazy evaluation and remo…21 …evaluation</i> as an expression is getting evaluated as late as possible, instead of immediately. …23 …nt compile-time mechanisms to determine automatically when to use lazy evaluation, and when on the…29 …chooses lazy evaluation. Thus the arrays are traversed only once, producing optimized code. If you…37 Eigen chooses lazy evaluation at every stage in that example, which is clearly the correct choice. …39 <b>The first circumstance</b> in which Eigen chooses immediate evaluation, is when it sees an assig…43 … \c matrix. This guarantees a correct result as we saw above that lazy evaluation gives wrong resu…45 …result does no alias the operand of the product and want to force lazy evaluation? Then use \link …49 …the same matrix as matrix1, we know that lazy evaluation is not dangerous, so we may force lazy ev…51 <b>The second circumstance</b> in which Eigen chooses immediate evaluation, is when it sees a neste…[all …]
... attribute.CodeAttribute, int, boolean, proguard.evaluation.value.Value, proguard.evaluation.value ...
34 import com.intellij.debugger.engine.evaluation.EvaluateException;35 import com.intellij.debugger.engine.evaluation.EvaluationContext;36 import com.intellij.debugger.engine.evaluation.expression.ExpressionEvaluator;37 import com.intellij.debugger.engine.evaluation.expression.Modifier;
16 Vector4d evaluation; in main() local18 evaluation[i] = poly_eval( polynomial, roots[i] ); } in main()19 cout << "Evaluation of the polynomial at the roots: " << evaluation.transpose(); in main()
21 package proguard.optimize.evaluation;25 import proguard.evaluation.BasicBranchUnit;26 import proguard.evaluation.value.Value;
21 package proguard.optimize.evaluation;25 import proguard.evaluation.BasicInvocationUnit;26 import proguard.evaluation.value.*;
21 package proguard.optimize.evaluation;26 import proguard.evaluation.value.*;
21 package proguard.evaluation;25 import proguard.evaluation.value.ValueFactory;
21 package proguard.evaluation;26 import proguard.evaluation.value.Value;
21 package proguard.evaluation;25 import proguard.evaluation.value.InstructionOffsetValue;
21 package proguard.evaluation;27 import proguard.evaluation.value.*;
21 package proguard.evaluation;23 import proguard.evaluation.value.Value;
21 package proguard.evaluation;23 import proguard.evaluation.value.*;
21 package proguard.evaluation;
26 import proguard.evaluation.value.Value;27 import proguard.optimize.evaluation.StoringInvocationUnit;
27 import proguard.evaluation.value.Value;28 import proguard.optimize.evaluation.StoringInvocationUnit;
27 import proguard.evaluation.ConstantValueFactory;28 import proguard.evaluation.value.*;
30 import proguard.evaluation.value.Value;31 import proguard.optimize.evaluation.PartialEvaluator;
211 Residual evaluation 0.061212 Jacobian evaluation 0.361230 Residual evaluation 0.061231 Jacobian evaluation 0.361241 preprocessing and jacobian evaluation.262 Residual evaluation 0.053263 Jacobian evaluation 0.344
7 PURPOSE = "Gather benchmark/performance data for kernel evaluation."18 data for long-term kernel performance evaluation. It runs on every build so
21 package proguard.evaluation.value;