Program Listing for File semisparse/scalar/structures.h#
↰ Return to documentation for file (oti/semisparse/scalar/structures.h)
#ifndef OTI_SEMISPARSE_SCALAR_STRUCTURES_H
#define OTI_SEMISPARSE_SCALAR_STRUCTURES_H
// ----------------------------------------------------------------------------------------------------
// -------------------------------------- STRUCTURES --------------------------------------
// ----------------------------------------------------------------------------------------------------
typedef struct {
coeff_t re;
coeff_t** p_im;
bases_t act_nbases;
bases_t tot_nbases;
ord_t act_order;
ord_t trc_order;
flag_t flag;
} semiotin_t;
// ----------------------------------------------------------------------------------------------------
// ------------------------------------- END STRUCTURES ---------------------------------------
// ----------------------------------------------------------------------------------------------------
#endif