Multidimensional array. More...
#include <mirkl_memory.h>
Data Fields | |
| unsigned int | ndim |
| Number of dimensions. | |
| unsigned int * | nval |
| Number of points per dimension [0...ndim-1]. | |
| void * | data |
| Pointer to the data. | |
| mirkl_size_t | elsize |
| Size of data element. | |
Multidimensional array.