Program Listing for File dense/array/structures.h#
↰ Return to documentation for file (oti/dense/array/structures.h)
#ifndef OTI_DENSE_ARRAY_STRUCTURES_H
#define OTI_DENSE_ARRAY_STRUCTURES_H
// ----------------------------------------------------------------------------------------------------
// -------------------------------------- STRUCTURES --------------------------------------
// ----------------------------------------------------------------------------------------------------
typedef struct {
arr_t re;
arr_t** p_im;
ndir_t* p_ndpo;
ndir_t ndir;
bases_t nbases;
ord_t order;
uint64_t nrows;
uint64_t ncols;
uint64_t size;
} oarr_t;
// ----------------------------------------------------------------------------------------------------
// ------------------------------------- END STRUCTURES ---------------------------------------
// ----------------------------------------------------------------------------------------------------
#endif