WSPutRealArray (C Function)
-
See Also
- C Functions
- WSPutRealList()
- Related Guides
- Tech Notes
-
-
See Also
- C Functions
- WSPutRealList()
- Related Guides
- Tech Notes
-
See Also
WSPutRealArray (C Function)
int WSPutRealArray(WSLINK link,const double *a,const long *dims,const char **heads,long d)
puts an array of floating-point numbers to the WSTP connection specified by link to form a depth-d array with dimensions dims.
Details

- 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
.
- WSPutRealArray() is equivalent to WSPutReal64Array().
See Also
C Functions: WSPutRealList()
History
Introduced in 1996 (3.0) | Updated in 2014 (10.0)