.. _program_listing_file_oti_dense.h: Program Listing for File dense.h ================================ |exhale_lsh| :ref:`Return to documentation for file ` (``oti/dense.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #ifndef OTI_DENSE_H #define OTI_DENSE_H // ---------------------------------------------------------------------------------------------------- // --------------------------------- EXTERNAL LIBRARIES --------------------------------------- // ---------------------------------------------------------------------------------------------------- #include "oti/core.h" #include "oti/real.h" // ---------------------------------------------------------------------------------------------------- // -------------------------------- END EXTERNAL LIBRARIES ------------------------------------- // ---------------------------------------------------------------------------------------------------- // ---------------------------------------------------------------------------------------------------- // ----------------------------------- SCALAR LIBRARIES --------------------------------------- // ---------------------------------------------------------------------------------------------------- // Structure definitions #include "dense/scalar/structures.h" // Base operations #include "dense/scalar/base.h" // Algebra operations #include "dense/scalar/algebra.h" // Function operations #include "dense/scalar/functions.h" // Utilities operations #include "dense/scalar/utils.h" // ---------------------------------------------------------------------------------------------------- // -------------------------------- END SCALAR LIBRARIES --------------------------------------- // ---------------------------------------------------------------------------------------------------- // ---------------------------------------------------------------------------------------------------- // ------------------------------------ ARRAY LIBRARIES --------------------------------------- // ---------------------------------------------------------------------------------------------------- // Structure definitions #include "dense/array/structures.h" // Base operations #include "dense/array/base.h" // Algebra operations #include "dense/array/algebra_elementwise.h" #include "dense/array/algebra_matops.h" // Function operations #include "dense/array/functions.h" // Utilities operations #include "dense/array/utils.h" // ---------------------------------------------------------------------------------------------------- // --------------------------------- END ARRAY LIBRARIES --------------------------------------- // ---------------------------------------------------------------------------------------------------- #endif