24#ifndef ACLELEMENTGENERICBINARY_H
25#define ACLELEMENTGENERICBINARY_H
27#include "../Operators/aclOperatorBinary.h"
33 class ElementGenericBinary:
public OperatorBinary
36 const string operation;
46 const string functionName;
ElementGenericBinaryFunction(Element a1, Element a2, const string &functionName_)
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.
Advanced Computational Language.
std::shared_ptr< ElementBase > Element