Numerical Array struct. More...
#include <array.h>
| Data Fields | |
| void * | data | 
| data in C-storage format. | |
| DType | dtype | 
| datatype of data | |
| uint | dtype_size | 
| sizeof(dtype) in bytes | |
| bool | free_data | 
| should data be free'd ? | |
| ulong | nbytes | 
| number of bytes in array in total | |
| uint | ndim | 
| number of dimensions | |
| uint * | size | 
| number of elements per dimension | |
Numerical Array struct.
Definition at line 360 of file array.h.
| void* Array::data | 
| bool Array::free_data | 
 1.7.0
 1.7.0