7481 - 7490 of 8694 for parallel form of MapSearch Results
View search results from all Wolfram sites (523493 matches)
MLPutInteger32List()   (Mathematica MathLink C Function)
int MLPutInteger32List (MLINK link, int *a, int n) puts a list of n 32-bit integers starting from location a to the MathLink connection specified by link.
MLPutInteger32()   (Mathematica MathLink C Function)
int MLPutInteger32 (MLINK link, int i) puts the 32-bit integer i to the MathLink connection specified by link.
MLPutReal128List()   (Mathematica MathLink C Function)
int MLPutReal128List (MLINK link, mlextended_double *a, int n) puts a list of n extended-precision floating-point numbers starting from location a to the MathLink connection ...
MLPutReal32List()   (Mathematica MathLink C Function)
int MLPutReal32List (MLINK link, float *a, int n) puts a list of n single-precision floating-point numbers starting from location a to the MathLink connection specified by ...
MLPutReal64List()   (Mathematica MathLink C Function)
int MLPutReal64List (MLINK link, double *a, int n) puts a list of n double-precision floating-point numbers starting from location a to the MathLink connection specified by ...
MLReleaseInteger16List()   (Mathematica MathLink C Function)
void MLReleaseInteger16List (MLINK link, short *a, int n) disowns memory allocated by MLGetInteger16List() to store the array a of length n.
MLReleaseInteger32List()   (Mathematica MathLink C Function)
void MLReleaseInteger32List (MLINK link, int *a, int n) disowns memory allocated by MLGetInteger32List() to store the array a of length n.
MLReleaseInteger64List()   (Mathematica MathLink C Function)
void MLReleaseInteger64List (MLINK link, mlint64 *a, int n) disowns memory allocated by MLGetInteger64List() to store the array a of length n.
MLReleaseReal128List()   (Mathematica MathLink C Function)
void MLReleaseReal128List (MLINK link, long double *a, int n) disowns memory allocated by MLGetReal128List() to store the array a of length n.
MLReleaseReal32List()   (Mathematica MathLink C Function)
void MLReleaseReal32List (MLINK link, float *a, int n) disowns memory allocated by MLGetReal32List() to store the array a of length n.
1 ... 746|747|748|749|750|751|752 ... 870 Previous Next

...