Mathematica 9 is now available

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

MLPutRealArray()

FilledSmallSquare int MLPutRealArray(MLINK link, double *a, long *dims, char **heads, long d) puts an array of floating-point numbers to the MathLink connection specified by link to form a depth d array with dimensions dims.

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

FilledSmallSquare If heads is given as NULL, the array will be assumed to have head List at every level.

FilledSmallSquare The length of the array at level i is taken to be dims[i].

FilledSmallSquare See Section 2.13.4.

FilledSmallSquare See also: MLPutRealList.



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.