24 #ifndef ACLELEMENTGENERICUNARY_H
25 #define ACLELEMENTGENERICUNARY_H
27 #include "../Operators/aclOperatorUnary.h"
31 class ElementGenericUnary:
public OperatorUnary
34 const string operation;
38 virtual string str(
const KernelConfiguration & kernelConfig)
const;
41 class ElementGenericUnarySIMD:
public OperatorUnary
44 const string operation;
48 virtual string str(
const KernelConfiguration & kernelConfig)
const;
53 #endif // ACLELEMENTGENERICUNARY_H
virtual string str(const KernelConfiguration &kernelConfig) const
ElementGenericUnarySIMD(Element a, const string &operation_, bool outside=true)
Advanced Computational Language.
ElementGenericUnary(Element a, const string &operation_, bool outside=true)
virtual string str(const KernelConfiguration &kernelConfig) const
std::shared_ptr< ElementBase > Element