InstallServiceOperation[name, endpoint, arguments, headers] creates a function for the web service operation using the end point, arguments, and options.
int MLPutUTF8String (MLINK link, const unsigned char *s, int len) puts a UTF-8 string s of len bytes to the MathLink connection specified by link.
int MLPutInteger16 (MLINK link, int i) puts the 16-bit integer i to the MathLink connection specified by link.
MLENV MLInitialize (char* p) initializes the MathLink environment object and passes parameters in p.
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 ...
int MLPutRawData (MLINK link, const unsigned char *d, int l) puts raw character data or numeric data from d of length l bytes to link.
NProduct[f, {i, i_min, i_max}] gives a numerical approximation to the product \[Product]i = i_min i_max f.NProduct[f, {i, i_min, i_max, di}] uses a step di in the product.
int MLPutInteger32 (MLINK link, int i) puts the 32-bit integer i to the MathLink connection specified by link.
ControllableDecomposition[ss] yields the controllable decomposition of the StateSpaceModel object ss. The result is a list {s_c, ss_c} where s_c is the transformation matrix ...