|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
$CompilationTarget
$CompilationTarget
gives the default value for the option CompilationTarget of Compile.
DetailsDetails
- Possible settings for $CompilationTarget are those given for CompilationTarget.
- The default setting for $CompilationTarget is
. - $CompilationTarget =
indicates that the Mathematica compiler should generate code for the traditional Mathematica virtual machine. - $CompilationTarget =
indicates that the Mathematica compiler should create C code, compile this to an external machine code library, and link back into Mathematica.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
You can set $CompilationTarget to
to generate C code from Compile:
| In[1]:= |
| Out[1]= |
This runs the compilation using C code:
| In[2]:= |
| Out[2]= |
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
