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