jplus-0.4.6
jarray::header Struct Reference

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

Detailed Description

J array header.


Field Documentation

flags, jarray sets couple of its own.

Referenced by jarray::getHeader().

bytes allocated.

number of elements in ravel

Referenced by jarray::get().

offset of data w.r.t header.

array rank

Referenced by jarray::rank().

reference count

Referenced by jarray::getRefcount().

elements of shape

Referenced by jarray::shape(), and jarray::size().

type of array elements (one of T_XXX) .

Referenced by jarray::get(), jarray::set(), and jarray::type().


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