Program Listing for File real/array/gauss/structures.h#
↰ Return to documentation for file (oti/real/array/gauss/structures.h)
#ifndef OTI_REAL_ARRAY_GAUSS_STRUCTURES_H
#define OTI_REAL_ARRAY_GAUSS_STRUCTURES_H
// ----------------------------------------------------------------------------------------------------
// -------------------------------------- STRUCTURES --------------------------------------
// ----------------------------------------------------------------------------------------------------
typedef struct {
darr_t* p_data;
uint64_t nrows;
uint64_t ncols;
uint64_t size;
uint64_t nip;
} fedarr_t;
// ----------------------------------------------------------------------------------------------------
// ------------------------------------- END STRUCTURES ---------------------------------------
// ----------------------------------------------------------------------------------------------------
#endif