|
SOLUTIONS
|
MATHEMATICA MATHLINK C FUNCTION
MLPutRealArray()
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.
DetailsDetails
- The array a must be laid out in memory like a C array declared explicitly as
. - If heads is given as NULL, the array will be assumed to have head List at every level.
- The length of the array at level i is taken to be
. - MLPutRealArray() is equivalent to MLPutReal64Array().
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
