ASL
0.1.7
Advanced Simulation Library
|
Go to the documentation of this file.
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;
55 #endif // ACLELEMENTGENERICBINARY_H
ElementGenericBinary(Element a1, Element a2, const string &operation_)
ElementGenericBinaryFunction(Element a1, Element a2, const string &functionName_)
virtual string str(const KernelConfiguration &kernelConfig) const
ACL Kernel configuration class.
std::shared_ptr< ElementBase > Element
virtual string str(const KernelConfiguration &kernelConfig) const
Advanced Computational Language.