|  | @kv
    0.0.4
    Library for graph problems in C and Python | 
A directed weighted grid graph. More...
#include <array.h>
| Public Attributes | |
| uint64_t * | shape | 
| uint64_t * | step | 
| uint64_t * | cstep | 
| uint64_t | nelem | 
| uint8_t | dim | 
| uint8_t | owns_data | 
| uint8_t | elemsize | 
| uint8_t | alignment [5] | 
A directed weighted grid graph.
| uint8_t AtArrayHeader::alignment[5] | 
explicit padding
| uint64_t* AtArrayHeader::cstep | 
offsets in local (non-parent) space
| uint8_t AtArrayHeader::dim | 
dimension
| uint8_t AtArrayHeader::elemsize | 
size of element
| uint64_t AtArrayHeader::nelem | 
total number of elements
| uint8_t AtArrayHeader::owns_data | 
true if they can delete its own data
| uint64_t* AtArrayHeader::shape | 
size of each dimension
| uint64_t* AtArrayHeader::step | 
offset between consecutive elements of each dimension