OpenCLMemoryInformation[mem] gives information on OpenCLMemory.
PrimeQCertificate[n] gives a certificate that n is prime or that n is composite.
ImageCompose[image, overlay] gives the result of overlaying overlay onto image. ImageCompose[image, {overlay, \[Alpha]}] gives the result of alpha blending overlay into image ...
KirchhoffMatrix[g] gives the Kirchhoff matrix of the graph g.
int MLGetNext (MLINK link) goes to the next object on link and returns its type.
MLINK MLOpenString (MLENV env, const char *string, int *errno) opens a MathLink connection taking parameters from a character string.
MLDeallocator is a MathLink type that describes a function pointer to a function taking a void * as an argument and having a return type of void that implements a memory ...
Mathematica's notebook interface is a very powerful typesetting system that allows you to enter formulas as they are written in mathematical literature, using two-dimensional ...
JavaThrow["exception"] causes an exception of the specified class to be thrown in the Java thread that called the Mathematica program in which JavaThrow occurred. ...
UninstallNET[] shuts down the .NET runtime that was started by InstallNET.