7521 - 7530 of 8694 for parallel form of MapSearch Results
View search results from all Wolfram sites (523493 matches)
MLPutFloat()   (Mathematica MathLink C Function)
int MLPutFloat (MLINK link, double x) puts the floating-point number x to the MathLink connection specified by link with a precision corresponding to the C type float.
MLPutIntegerList()   (Mathematica MathLink C Function)
int MLPutIntegerList (MLINK link, int *a, long n) puts a list of n integers starting from location a to the MathLink connection specified by link.
MLPutInteger()   (Mathematica MathLink C Function)
int MLPutInteger (MLINK link, int i) puts the integer i to the MathLink connection specified by link.
MLReleaseInteger32Array()   (Mathematica MathLink C Function)
void MLReleaseInteger32Array (MLINK link, int *a, int *dims, char ** heads, int d) disowns memory allocated by MLGetInteger32Array() to store the array a, its dimensions dims ...
MLReleaseReal128Array()   (Mathematica MathLink C Function)
void MLReleaseReal128Array (MLINK link, long double *a, int *dims, char ** heads, int d) disowns the memory allocated by MLGetReal128Array() to store the array a, its ...
MLReleaseReal32Array()   (Mathematica MathLink C Function)
void MLReleaseReal32Array (MLINK link, float *a, int *dims, char ** heads, int d) disowns the memory allocated by MLGetReal32Array()to store the array a, its dimensions dims ...
MLReleaseReal64Array()   (Mathematica MathLink C Function)
void MLReleaseReal64Array (MLINK link, double *a, int *dims, char ** heads, int d) disowns memory allocated by MLGetReal64Array() to store the array a, its dimensions dims ...
ColumnForm   (Obsolete Mathematica Symbol)
ColumnForm has been superseded by the more general function Column.
StyleForm   (Obsolete Mathematica Symbol)
As of Version 6.0, StyleForm has been superseded by Style.
MLGetString()   (Mathematica MathLink C Function)
int MLGetString (MLINK link, const char ** s) gets a character string from the MathLink connection specified by link, storing the string in s.
1 ... 750|751|752|753|754|755|756 ... 870 Previous Next

...