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