#include <rarray.h>
Public Attributes | |
| int | n |
| the working (computational virtual) array size | |
| int | gs |
| global start index of the working (computational virtual) array | |
| int | ge |
| global end index of the working (computational virtual) array | |
| int | n0 |
| size of the allocated array, [used for stride] | |
| int | gs0 |
| global start index of the allocated array [used for bounds checks] | |
| int | ge0 |
| global end index of the allocated array [used for bounds checks] | |
Note:
Definition at line 38 of file rarray.h.
| int INFODIM::n |
| int INFODIM::gs |
| int INFODIM::ge |
| int INFODIM::n0 |
| int INFODIM::gs0 |
| int INFODIM::ge0 |
1.4.7