|
SOLUTIONS
|
EXPERIMENTAL 程序包 符号
CompileEvaluate
CompileEvaluate[expr]
compiles expr and then evaluates the resulting compiled code.
更多信息更多信息
- To use
, 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.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
