3121 - 3130 of 4519 for functionsSearch Results
View search results from all Wolfram sites (498402 matches)
MLSeekMark()   (Mathematica MathLink C Function)
MLMARK MLSeekMark (MLINK link, MLMARK mark, int n) goes back to a position n expressions after the specified mark on a link.
Failure Recovery, Tracing, and Debugging   (Parallel Package Tutorial)
A remote kernel in use may fail at any time, due to hardware, network, or software problems. A failure of a remote kernel will be noticed the next time Parallel Computing ...
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.
MLReleaseString()   (Mathematica MathLink C Function)
void MLReleaseString (MLINK link, const char *s) disowns memory allocated by MLGetString() to store the character string s.
MLReleaseSymbol()   (Mathematica MathLink C Function)
void MLReleaseSymbol (MLINK link, char *s) disowns memory allocated by MLGetSymbol() or MLGetFunction() to store the character string s corresponding to the name of a symbol.
MLGetInteger32List()   (Mathematica MathLink C Function)
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 ...
MLGetIntegerArray()   (Mathematica MathLink C Function)
int MLGetIntegerArray (MLINK link, int ** a, long ** dims, char ***heads, long *d) gets an array of integers from the MathLink connection specified by link, storing the array ...
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 ...
MLGetReal64List()   (Mathematica MathLink C Function)
int MLGetReal64List (MLINK link, double ** a, int *n) gets a list of double-precision floating-point numbers from the MathLink connection specified by link, storing the ...
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 ... 310|311|312|313|314|315|316 ... 452 Previous Next

...