24 #ifndef ACLELEMENTGENERICBINARY_H 25 #define ACLELEMENTGENERICBINARY_H 27 #include "../Operators/aclOperatorBinary.h" 36 const string operation;
46 const string functionName;
55 #endif // ACLELEMENTGENERICBINARY_H Advanced Computational Language.
virtual string str(const KernelConfiguration &kernelConfig) const
virtual string str(const KernelConfiguration &kernelConfig) const
ElementGenericBinary(Element a1, Element a2, const string &operation_)
ACL Kernel configuration class.
ElementGenericBinaryFunction(Element a1, Element a2, const string &functionName_)
std::shared_ptr< ElementBase > Element