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