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