Skip to main content

FunctionCompile

FunctionCompile[f] generates a compiled code function from a pure function.

FunctionCompile[{f1,f2,…}] generates a list of compiled code functions from a list of pure functions.

FunctionCompile[<|k1->f1,k2->f2,…|>] generates an association of compiled code functions from an association of Wolfram Language functions.

FunctionCompile[defs,fspec] uses the local auxiliary definitions defs.

Please visit the official Wolfram Language Reference for more details and examples on core symbols.