SymbolicCUDAKernelIndex[dim] is a symbolic representation of a CUDA kernel index call.
SymbolicCUDAThreadIndex[dim] is a symbolic representation of a CUDA kernel thread index call.
KernelLink -- communicate with a Mathematica kernel, MathLink -- low-level methods for communicating with any MathLink program, MathLinkFactory -- create links, ...
MarshalStringsAs is an option to DefineDLLFunction that specifies how string arguments should be marshaled into the DLL function. This applies to any arguments that are ...
SendDelegateArguments is an option to AddEventHandler and NETNewDelegate that specifies which of the delegate arguments you want to be passed to your Mathematica callback ...
SymbolicOpenCLCalculateKernelIndex[dim] is a symbolic representation of an OpenCL kernel index calculation.
SymbolicOpenCLDeclareIndexBlock[dim] is a symbolic representation of an OpenCL kernel index declaration.
SymbolicOpenCLFunction[name, args] is a symbolic representation of an OpenCL function declaration.SymbolicOpenCLFunction[name, args, body] is a symbolic representation of an ...
TetGenSetFacetMarkers[expr, vertices] sets the facet markers for a TetGen expression.
ListPointPlot3D[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}] generates a 3D scatter plot of points with coordinates {x_i, y_i, z_i}. ListPointPlot3D[array] generates a 3D scatter ...