.. _program_listing_file_oti_complex_scalar_comm.h: Program Listing for File complex/scalar/comm.h ============================================== |exhale_lsh| :ref:`Return to documentation for file ` (``oti/complex/scalar/comm.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #ifndef OTI_COMPLEX_SCALAR_COMM_H #define OTI_COMPLEX_SCALAR_COMM_H // ---------------------------------------------------------------------------------------------------- // --------------------------------- EXTERNAL LIBRARIES --------------------------------------- // ---------------------------------------------------------------------------------------------------- #include // ---------------------------------------------------------------------------------------------------- // -------------------------------- END EXTERNAL LIBRARIES ------------------------------------- // ---------------------------------------------------------------------------------------------------- // ---------------------------------------------------------------------------------------------------- // -------------------------------------- TYPEDEFS -------------------------------------- // ---------------------------------------------------------------------------------------------------- typedef double complex ccoeff_t; // ---------------------------------------------------------------------------------------------------- // -------------------------------------- END TYPEDEFS -------------------------------------- // ---------------------------------------------------------------------------------------------------- #endif