.. _program_listing_file_oti_oti.h: Program Listing for File oti.h ============================== |exhale_lsh| :ref:`Return to documentation for file ` (``oti/oti.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #ifndef OTI_LIBRARY_H #define OTI_LIBRARY_H // ---------------------------------------------------------------------------------------------------- // --------------------------------- EXTERNAL LIBRARIES --------------------------------------- // ---------------------------------------------------------------------------------------------------- // Library version (generated by CMake from include/oti/version.h.in). #include "oti/version.h" // Core functions. #include "oti/core.h" #include "oti/real.h" // #include "oti/complex.h" // Algebras. #include "oti/dense.h" #include "oti/sparse.h" // #include "oti/semisparse.h" // Multidual #include "oti/static.h" // FEM support. #include "oti/fem.h" // ---------------------------------------------------------------------------------------------------- // -------------------------------- END EXTERNAL LIBRARIES ------------------------------------- // ---------------------------------------------------------------------------------------------------- #endif