|
SOLUTIONS
|
C CODE GENERATOR PACKAGE SYMBOL
CCodeStringGenerate
![]()
generates C code from the compiled function cfun using the name as the exported function name.
DetailsDetails
- To use
, you first need to load it using Needs["CCodeGenerator`"].
can make standalone code or a Wolfram Library.- 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
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


