RARR Struct Reference

Array type. More...

#include <rarray.h>

List of all members.

Public Attributes

int ndim
 number of dimensions, e.g. 1,2,3
ireal_s
 beginning pointer of the working (computational virtual) array
ireal_s0
 beginning pointer of the allocated array
INFODIM _dims [RARR_MAX_NDIM]
 dimension information.
ireal *restrict _s1


Detailed Description

Array type.

Layout: dimensions of smaller index are faster.

Definition at line 59 of file rarray.h.


Member Data Documentation

int RARR::ndim

number of dimensions, e.g. 1,2,3

Definition at line 62 of file rarray.h.

ireal* RARR::_s

beginning pointer of the working (computational virtual) array

Definition at line 64 of file rarray.h.

ireal* RARR::_s0

beginning pointer of the allocated array

Definition at line 66 of file rarray.h.

INFODIM RARR::_dims[RARR_MAX_NDIM]

dimension information.

RARR_MAX_NDIM: maximum dimension number

Definition at line 71 of file rarray.h.

ireal* restrict RARR::_s1

Definition at line 74 of file rarray.h.


The documentation for this struct was generated from the following file:
Generated on 5 Jan 2017 for IWAVEGRID by  doxygen 1.4.7