Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica >

SymbolicCGenerate


generates symbolic C from the compiled function cfun using name as the exported function name.
  • To use , you first need to load it using Needs.
  • Mathematica contains the necessary headers and libraries for standalone code.
  • You can generate a header for the generated code by setting to .
  • The following option can be given:
"CodeTarget""WolframRTL"the type of code to generate
First, load the package:
Generate symbolic C:
Convert the symbolic C into a string:
First, load the package:
In[1]:=
Click for copyable input
Generate symbolic C:
In[2]:=
Click for copyable input
Out[2]=
Convert the symbolic C into a string:
In[3]:=
Click for copyable input
Out[3]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
格式:   HTML  |  CDF