.. _program_listing_file_oti_complex.h: Program Listing for File complex.h ================================== |exhale_lsh| :ref:`Return to documentation for file ` (``oti/complex.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #ifndef OTI_COMPLEX_H #define OTI_COMPLEX_H // ---------------------------------------------------------------------------------------------------- // --------------------------------- EXTERNAL LIBRARIES --------------------------------------- // ---------------------------------------------------------------------------------------------------- #include "oti/comm.h" #include // Derivatives of real functions. #include "complex/derivatives.h" // Gauss Scalar #include "complex/scalar/gauss/structures.h" #include "complex/scalar/gauss/base.h" #include "complex/scalar/gauss/algebra.h" #include "complex/scalar/gauss/functions.h" #include "complex/scalar/gauss/utils.h" // Array Class. #include "complex/array/structures.h" #include "complex/array/base.h" #include "complex/array/algebra.h" #include "complex/array/functions.h" #include "complex/array/utils.h" // Gauss Array. #include "complex/array/gauss/structures.h" #include "complex/array/gauss/base.h" #include "complex/array/gauss/algebra.h" #include "complex/array/gauss/functions.h" #include "complex/array/gauss/utils.h" #endif