7471 - 7480 of 8694 for parallel form of MapSearch Results
View search results from all Wolfram sites (523493 matches)
MLGetIntegerList()   (Mathematica MathLink C Function)
int MLGetIntegerList (MLINK link, int ** a, long *n) gets a list of integers from the MathLink connection specified by link, storing the integers in the array a and the ...
MLGetLongInteger()   (Mathematica MathLink C Function)
int MLGetLongInteger (MLINK link, long *i) gets an integer from the MathLink connection specified by link and stores it as a C long in i.
MLGetReal32Array()   (Mathematica MathLink C Function)
int MLGetReal32Array (MLINK link, float ** a, int ** dims, char ***heads, int *d) gets an array of single-precision floating-point numbers from the MathLink connection ...
MLGetShortInteger()   (Mathematica MathLink C Function)
int MLGetShortInteger (MLINK link, short *i) gets an integer from the MathLink connection specified by link and stores it as a C short in i.
MLPutLongInteger()   (Mathematica MathLink C Function)
int MLPutLongInteger (MLINK link, long i) puts the long integer i to the MathLink connection specified by link.
MLBytesToPut()   (Mathematica MathLink C Function)
int MLBytesToPut (MLINK link, int *n) calculates the number of bytes remaining to be written in the textual representation of the current data, and stores the result in n.
MLDuplicateLink()   (Mathematica MathLink C Function)
MLINK MLDuplicateLink (MLINK parent, const char *name, int *err) returns a copy of parent and sets the new link object's name to name.
MLGetType()   (Mathematica MathLink C Function)
int MLGetType (MLINK link) gets the type of the current object on the MathLink connection specified by link.
MLPutInteger16List()   (Mathematica MathLink C Function)
int MLPutInteger16List (MLINK link, short *a, int n) puts a list of n 16-bit integers starting from location a to the MathLink connection specified by link.
MLPutInteger16()   (Mathematica MathLink C Function)
int MLPutInteger16 (MLINK link, int i) puts the 16-bit integer i to the MathLink connection specified by link.
1 ... 745|746|747|748|749|750|751 ... 870 Previous Next

...