int MLPutInteger16Array (MLINK link, short *a, int *dims, char ** heads, int d) puts an array of 16-bit integers to the MathLink connection specified by link to form a depth ...
int MLPutInteger32Array (MLINK link, int *a, int *dims, char ** heads, int d) puts an array of 32-bit integers to the MathLink connection specified by link to form a depth d ...
MLENV MLInitialize (char* p) initializes the MathLink environment object and passes parameters in p.
int MLGetReal32 (MLINK link, float *x) gets a single-precision floating-point number from link and stores it as a float in x.
int MLPutInteger64List (MLINK link, mlint64 *a, int n) puts a list of n 64-bit integers starting from location a to the MathLink connection specified by link.
The NIntegrate Explorer is a GUI that lets you do numerical quadrature using NIntegrate. It opens a tool that lets you enter an integrand, set a region, then modify and ...
Cascade is a setting of ModulationType, an option of function FrequencyModulation.
Parallel is a setting of ModulationType, an option of function FrequencyModulation.
Triangle is a type of waveform.
BipartiteMatching[g] gives the list of edges associated with a maximum matching in bipartite graph g. If the graph is edge weighted, then the function returns a matching with ...