#ifndef MEDUSA_OPERATORS_HPP_ #define MEDUSA_OPERATORS_HPP_ /** * @file * Header for Operators module. */ #include "Config.hpp" #include "bits/operators/UniformShapeStorage.hpp" #include "bits/operators/computeShapes.hpp" #include "bits/operators/shape_flags.hpp" #include "bits/operators/RaggedShapeStorage.hpp" #include "bits/operators/ExplicitVectorOperators.hpp" #include "bits/operators/ExplicitOperators.hpp" #include "bits/operators/ImplicitOperators.hpp" #include "bits/operators/ImplicitVectorOperators.hpp" #endif // MEDUSA_OPERATORS_HPP_