Introduction Library Structure and Life Cycle Interaction with Mathematica
TetGenGetPointMarkers[expr] returns the point markers in a TetGen expression.
Moment
(Built-in Mathematica Symbol) Moment[list, r] gives the r\[Null]^th sample moment of the elements in list.Moment[dist, r] gives the r\[Null]^th moment of the symbolic distribution dist.Moment[..., {r_1, ...
ZTransform[expr, n, z] gives the Z transform of expr. ZTransform[expr, {n_1, n_2, ...}, {z_1, z_2, ...}] gives the multidimensional Z transform of expr.
int MLClearError (MLINK link) clears errors on link if possible.
MLMARK
(Mathematica MathLink C Function) MLMARK is a MathLink type representing a mark in the expression stream.
General::digit
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.
int MLGetReal64 (MLINK link, double *x) gets a double-precision floating-point number from the MathLink connection link and stores it in x.
int MLNewPacket (MLINK link) skips to the end of the current packet on link.