ASL
0.1.7
Advanced Simulation Library
|
Go to the documentation of this file.
24 #ifndef ACLELEMENTGENERICUNARY_H
25 #define ACLELEMENTGENERICUNARY_H
27 #include "../Operators/aclOperatorUnary.h"
31 class ElementGenericUnary:
public OperatorUnary
34 const string operation;
44 const string operation;
53 #endif // ACLELEMENTGENERICUNARY_H
virtual string str(const KernelConfiguration &kernelConfig) const
ElementGenericUnarySIMD(Element a, const string &operation_, bool outside=true)
ElementGenericUnary(Element a, const string &operation_, bool outside=true)
ACL Kernel configuration class.
std::shared_ptr< ElementBase > Element
virtual string str(const KernelConfiguration &kernelConfig) const
Advanced Computational Language.