ReturnAsNETObject[expr] causes a .NET call during the evaluation of expr to return its result as an object reference (i.e., a NETObject expression), not a value.
ShowNETWindow[form] displays the specified .NET form in the foreground.
SymbolicOpenCLFunction[name, args] is a symbolic representation of an OpenCL function declaration.SymbolicOpenCLFunction[name, args, body] is a symbolic representation of an ...
TetGenGetEdges[expr] gets the edges in a TetGen expression.
TetGenGetFaces[expr] gets the faces in a TetGen expression.
TetGenGetFacetMarkers[expr] returns the facet markers for a TetGen expression.
TetGenGetPoints[expr] returns the points in a TetGen expression.
TetGenSetPoints[expr, points] sets the points in a TetGen expression.
TetGenTetrahedralize[expr, settings] tetrahedralizes a TetGen expression using settings, and returns the result in a new TetGen 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. ...