Code generation from
Mathematica involves converting programs written in the
Mathematica language into other languages and then supporting them so that they can be executed. The
Mathematica compiler provides a system for code generation into the C language.
Export — export a
Mathematica-compiled function into C code
CCodeGenerate — generate a file of C code from a compiled function
CCodeStringGenerate — generate a string of C code from a compiled function
SymbolicCGenerate — generate symbolic C from a compiled function
LibraryGenerate — generate a dynamic library from a compiled function