KernelLink -- communicate with a Mathematica kernel, MathLink -- low-level methods for communicating with any MathLink program, MathLinkFactory -- create links, ...
GetJavaException -- get the exception object thrown in the most recent Java call, JavaThrow -- throw a Java exception, $JavaExceptionHandler -- how Java exceptions are ...
ImplementJavaInterface[interfaces, mappings] uses the Dynamic Proxy facility of Java to create a new Java class and return an object of that class that implements the named ...
DefineNETDelegate[name, rtype, ptypes] creates a new .NET delegate type with the given name name, return type rtype, and parameter types ptypes.
SymbolicOpenCLFunction[name, args] is a symbolic representation of an OpenCL function declaration.SymbolicOpenCLFunction[name, args, body] is a symbolic representation of an ...
TetGenSetPoints[expr, points] sets the points in a TetGen expression.
$PrintServiceResponse uses the Mathematica Print function to print the message received from a web service before it is deserialized into a Rule syntax expression.
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. ...
Introduction Getting Started Configuring and Monitoring
ToCCodeString[symbolicC] generates a string of C code from a symbolic C expression.