You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
557 B
20 lines
557 B
#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_
|
|
|