Wolfram ResearchPRODUCTSPURCHASEFOR USERSCOMPANYOUR SITES
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.

Documentation / Mathematica / The Mathematica Book / Mathematica Reference Guide / Listing of C Functions in the MathLink Library /

MLGetRealArray()

FilledSmallSquare 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, storing the array in a, its dimensions in dims and its depth in d.

FilledSmallSquare The array a is laid out in memory like a C array declared as double a[m][n]... .

FilledSmallSquare heads gives a list of character strings corresponding to the names of symbols that appear as heads at each level in the array.

FilledSmallSquare MLGetRealArray() allocates memory which must be disowned by calling MLDisownRealArray().

FilledSmallSquare External programs should not modify the arrays generated by MLGetRealArray().

FilledSmallSquare See Section 2.13.4.



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information


 © 2009 Wolfram Research, Inc.  Terms of Use  Privacy Policy | [ja] |
Sign up for our newsletter: