jplus-0.4.7
|
J array header. More...
#include <src/jarray.h>
Data Fields | |
I | offset |
offset of data w.r.t header. | |
I | flag |
flags, jarray sets couple of its own. | |
I | maxbytes |
bytes allocated. | |
I | type |
type of array elements (one of T_XXX) . | |
I | refcnt |
reference count | |
I | n |
number of elements in ravel | |
I | rank |
array rank | |
I | shape [1] |
elements of shape | |
J array header.
I jarray::header::flag |
flags, jarray sets couple of its own.
Referenced by jarray::getHeader().
I jarray::header::maxbytes |
bytes allocated.
I jarray::header::n |
number of elements in ravel
Referenced by jarray::get().
I jarray::header::offset |
offset of data w.r.t header.
Referenced by jarray::data(), jarray::get(), jarray::get(), and jarray::set().
I jarray::header::rank |
array rank
Referenced by jarray::rank().
I jarray::header::refcnt |
reference count
Referenced by jarray::getRefcount().
I jarray::header::shape[1] |
elements of shape
Referenced by jarray::shape(), jarray::shape(), and jarray::size().
I jarray::header::type |
type of array elements (one of T_XXX) .
Referenced by jarray::get(), jarray::get(), jarray::set(), and jarray::type().