6991 - 7000 of 8083 for plot a permutationSearch Results
View search results from all Wolfram sites (63355 matches)
MLReleaseString()   (Mathematica MathLink C Function)
void MLReleaseString (MLINK link, const char *s) disowns memory allocated by MLGetString() to store the character string s.
MLReleaseUCS2String()   (Mathematica MathLink C Function)
void MLReleaseUCS2String (MLINK link, unsigned short *s, int n) disowns memory allocated by MLGetUCS2String() to store the string s.
MLReleaseUTF16String()   (Mathematica MathLink C Function)
void MLReleaseUTF16String (MLINK link, const unsigned short *s, int len) disowns memory allocated by MLGetUTF16String() to store the UTF-16 encoded string s.
MLReleaseUTF32String()   (Mathematica MathLink C Function)
void MLReleaseUTF32String (MLINK link, const unsigned int *s, int len) disowns memory allocated by MLGetUTF32String() to store the UTF-32 encoded string s.
MLReleaseUTF8String()   (Mathematica MathLink C Function)
void MLReleaseUTF8String (MLINK link, const unsigned char *s, int len) disowns memory allocated by MLGetUTF8String()to store the UTF-8 encoded string s.
MLSeekToMark()   (Mathematica MathLink C Function)
MLMARK MLSeekToMark (MLINK link, MLMARK mark, int n) goes to the position n expressions after the specified mark on a link.
MLSetEnvIDString()   (Mathematica MathLink C Function)
int MLSetEnvIDString (MLENV env, const char *eid) sets the MathLink environment identification string to eid.
Transpose::perm   (Mathematica Message)
Transpose::perm
MLGetDouble()   (Mathematica MathLink C Function)
int MLGetDouble (MLINK link, double *x) gets a floating-point number from the MathLink connection specified by link and stores it as C type double in x.
MLGetFloat()   (Mathematica MathLink C Function)
int MLGetFloat (MLINK link, float *x) gets a floating-point number from the MathLink connection specified by link and stores it as C type float in x.
1 ... 697|698|699|700|701|702|703 ... 809 Previous Next

...