.. _program_listing_file_oti_complex_array_structures.h: Program Listing for File complex/array/structures.h =================================================== |exhale_lsh| :ref:`Return to documentation for file ` (``oti/complex/array/structures.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #ifndef OTI_COMPLEX_STRUCTURES_H #define OTI_COMPLEX_STRUCTURES_H // ---------------------------------------------------------------------------------------------------- // -------------------------------------- STRUCTURES -------------------------------------- // ---------------------------------------------------------------------------------------------------- typedef struct { ccoeff_t* p_data; uint64_t nrows; uint64_t ncols; uint64_t size; } carr_t; // ---------------------------------------------------------------------------------------------------- // ------------------------------------- END STRUCTURES --------------------------------------- // ---------------------------------------------------------------------------------------------------- #endif