24 #ifndef ACLELEMENTSUM_H
25 #define ACLELEMENTSUM_H
27 #include "../Operators/aclOperatorBinary.h"
32 class ElementSum:
public OperatorBinary
36 virtual string str(
const KernelConfiguration & kernelConfig)
const;
41 #endif // ACLELEMENTSUM_H
Advanced Computational Language.
ElementSum(Element a1, Element a2)
virtual string str(const KernelConfiguration &kernelConfig) const
std::shared_ptr< ElementBase > Element