411 - 420 of 458 for HeadSearch Results
View search results from all Wolfram sites (4973 matches)
MLGetByteArray()   (Mathematica MathLink C Function)
int MLGetByteArray (MLINK link, unsigned char ** a, int ** dims, char ***heads, int *d) gets an array of 1-byte sized integers from the MathLink connection specified by link, ...
MLGetInteger16Array()   (Mathematica MathLink C Function)
int MLGetInteger16Array (MLINK link, short ** a, int ** dims, char ***heads, int *d) gets an array of 16-bit integers from the MathLink connection specified by link, storing ...
MLGetInteger32Array()   (Mathematica MathLink C Function)
int MLGetInteger32Array (MLINK link, int ** a, int ** dims, char ***heads, int *d) gets an array of 32-bit integers from the MathLink connection specified by link, storing ...
MLGetInteger64Array   (Mathematica MathLink C Function)
int MLGetInteger64Array (MLINK link, mlint64 ** a, int ** dims, char ***heads, int *d) gets an array of 64-bit integers from the MathLink connection specified by link, ...
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 ...
MLGetReal128Array()   (Mathematica MathLink C Function)
int MLGetReal128Array (MLINK link, mlextended_double ** a, int ** dims, char ***heads, int *d) gets an array of extended-precision floating-point numbers from the MathLink ...
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 ...
MLGetReal64Array()   (Mathematica MathLink C Function)
int MLGetReal64Array (MLINK link, double ** a, int ** dims, char ***heads, int *d) gets an array of double-precision floating-point numbers from the MathLink connection ...
MLGetRealArray()   (Mathematica MathLink C Function)
int MLGetRealArray (MLINK link, double ** a, long ** dims, char ***heads, long *d) gets an array of floating-point numbers from the MathLink connection specified by link, ...
MLReleaseByteArray()   (Mathematica MathLink C Function)
void MLReleaseByteArray (MLINK link, unsigned char *a, int *dims, char ** heads, int d) disowns the memory allocated by MLGetByteArray() to store the array a, its dimensions ...
1 ... 39|40|41|42|43|44|45|46 Previous Next

...