Data Fields

Array Struct Reference

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
uintsize
 number of elements per dimension

Detailed Description

Numerical Array struct.

Definition at line 360 of file array.h.


Field Documentation

void* Array::data

data in C-storage format.

Definition at line 361 of file array.h.

datatype of data

Definition at line 362 of file array.h.

sizeof(dtype) in bytes

Definition at line 363 of file array.h.

should data be free'd ?

Definition at line 367 of file array.h.

number of bytes in array in total

Definition at line 365 of file array.h.

number of dimensions

Definition at line 364 of file array.h.

number of elements per dimension

Definition at line 366 of file array.h.


The documentation for this struct was generated from the following file: