Experimental`CompileEvaluate
Usage
• CompileEvaluate[expr] compiles expr and then evaluates the resulting compiled code.
Notes
• 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.
|