24 #ifndef ACLELEMENTMAD_H 25 #define ACLELEMENTMAD_H 27 #include "../Operators/aclOperatorTernary.h" 33 class ElementMad:
public OperatorTernary
37 virtual string str(
const KernelConfiguration & kernelConfig)
const;
43 #endif // ACLELEMENTMAD_H virtual string str(const KernelConfiguration &kernelConfig) const
Advanced Computational Language.
ElementMad(Element a1, Element a2, Element a3)
std::shared_ptr< ElementBase > Element