Program Listing for File dense/scalar/structures.h#

Return to documentation for file (oti/dense/scalar/structures.h)

#ifndef OTI_DENSE_SCALAR_STRUCTURES_H
#define OTI_DENSE_SCALAR_STRUCTURES_H
// ----------------------------------------------------------------------------------------------------
// --------------------------------------      STRUCTURES        --------------------------------------
// ----------------------------------------------------------------------------------------------------

typedef struct {
    coeff_t          re;
    coeff_t**      p_im;
    ndir_t*      p_ndpo;
    ndir_t         ndir;
    bases_t      nbases;
    ord_t         order;
} otinum_t;

// ----------------------------------------------------------------------------------------------------
// -------------------------------------    END STRUCTURES      ---------------------------------------
// ----------------------------------------------------------------------------------------------------

#endif