int MLPutRawSize (MLINK link, int s) prepares link to receive raw character data or numeric data of length s bytes.
int MLPutReal32Array (MLINK link, float *a, int *dims, char ** heads, int d) puts an array of single-precision floating-point numbers to the MathLink connection specified by ...
int MLPutReal64Array (MLINK link, double *a, int *dims, char ** heads, int d) puts an array of double-precision floating-point numbers to the MathLink connection specified by ...
int MLPutType (MLINK link, int type) prepares link to put an object of the specified type.
int MLPutUTF32String (MLINK link, const unsigned int *s, int len) puts a UTF-32 string s of length len to the MathLink connection specified by link.
int MLPutByteArray (MLINK link, unsigned char *a, int *dims, char ** heads, int d) puts an array of integers in the range 0\[Dash]255 to the MathLink connection specified by ...
Aggressive is an option to PseudoDiameter that specifies whether an extra iteration is to be carried out.
WeakComponents[g] gives a list of all weakly connected components in the undirected graph g.
CUDAInverseFourier[list] finds the discrete inverse Fourier transform of a list of complex numbers.CUDAInverseFourier[mem] finds the discrete inverse Fourier transform of a ...
.NET/Link provides Mathematica users with the ability to interact with arbitrary .NET types directly from Mathematica. You can create objects and call methods and properties ...