int MLPutInteger32List (MLINK link, int *a, int n) puts a list of n 32-bit integers starting from location a to the MathLink connection specified by link.
int MLPutReal64List (MLINK link, double *a, int n) puts a list of n double-precision floating-point numbers starting from location a to the MathLink connection specified by ...
int MLPutSize (MLINK link, int len) specifies the length in bytes of the textual data to be put on link.
FromSymbolicXML[expr] converts a SymbolicXML expression expr to a more native format, if one is available.
ImageTransformation[image, function] gives an image in which each pixel at position {x, y} corresponds to the position function[{x, y}] in image.ImageTransformation[image, ...
WaveletFilterCoefficients[wave, filt] gives the filter coefficients for the symbolic wavelet wave of type filt.
FindDistributionParameters[data, dist] finds the parameter estimates for the distribution dist from data.FindDistributionParameters[data, dist, {{p, p_0}, {q, q_0}, ...}] ...
GraphData[name] gives a graph with the specified name.GraphData[name, " property"] gives the value for the specified property for a named graph.GraphData["class"] gives a ...
PairedBarChart[{y_1, y_2, ...}, {z_1, z_2, ...}] makes a paired bar chart with bar lengths y_1, y_2, ... and z_1, z_2, ..., respectively.PairedBarChart[{..., w_i[y_i, ...], ...
int MLPutRealArray (MLINK link, double *a, long *dims, char ** heads, long d) puts an array of floating-point numbers to the MathLink connection specified by link to form a ...