Program Listing for File sparse/scalar/gauss/structures.h#

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

#ifndef OTI_SPARSE_SCALAR_GAUSS_STRUCTURES_H
#define OTI_SPARSE_SCALAR_GAUSS_STRUCTURES_H

// ----------------------------------------------------------------------------------------------------
// --------------------------------------      STRUCTURES        --------------------------------------
// ----------------------------------------------------------------------------------------------------

typedef struct{
    sotinum_t*  p_data;
    uint64_t    nip;
} fesoti_t;

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

#endif