#include <rarray.h>
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 |
Layout: dimensions of smaller index are faster.
Definition at line 59 of file rarray.h.
| int RARR::ndim |
1.4.7