24 #ifndef ACLELEMENTSUBTRACTION_H
25 #define ACLELEMENTSUBTRACTION_H
27 #include "../Operators/aclOperatorBinary.h"
33 class ElementSubtraction:
public OperatorBinary
virtual string str(const KernelConfiguration &kernelConfig) const
ElementSubtraction(Element a1, Element a2)
ACL Kernel configuration class.
Advanced Computational Language.
std::shared_ptr< ElementBase > Element