Tube
(Built-in Mathematica Symbol) Tube[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}] represents a 3D tube around the line joining a sequence of points.Tube[{pt_1, pt_2, ...}, r] represents a tube of radius ...
VertexDegree[g] gives the list of vertex degrees for all vertices in the graph g.VertexDegree[g, v] gives the vertex degree for the vertex v.
int MLEndPacket (MLINK link) inserts an indicator in the expression stream that says the current expression is complete and is ready to be sent.
MeanTest is superseded by the Mathematica kernel functions LocationTest, TTest, and ZTest. MeanDifferenceTest is superseded by the Mathematica kernel functions ...
int MLSetMessageHandler (MLINK link, MLMessageHandlerObject h) installs the urgent message handler function referenced by h for for link.
Total
(Built-in Mathematica Symbol) Total[list] gives the total of the elements in list. Total[list, n] totals all elements down to level n. Total[list, {n}] totals elements at level n. Total[list, {n_1, n_2}] ...
int MLPutArgCount (MLINK link, int n) specifies the number of arguments of a composite function to be put on link.
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 MLTransferToEndOfLoopbackLink (MLINK d, MLINK s) transfers the full contents of the loopback link s to the destination link d.
int MLGetInteger32List (MLINK link, int ** a, int *n) gets a list of 32-bit integers from the MathLink connection specified by link, storing the integers in the array a and ...