Experimental`
Experimental`
CompileEvaluate
CompileEvaluate[expr]
compiles expr and then evaluates the resulting compiled code.
Details and Options
- To use CompileEvaluate, you first need to load the Experimental Functions Package using Needs["Experimental`"].
- CompileEvaluate[expr] always evaluates to the same result as expr alone, but is faster for certain types of expressions, particularly ones representing large numerical computations.