24 #ifndef ACLELEMENTCOS_H
25 #define ACLELEMENTCOS_H
28 #include "../Operators/aclOperatorUnary.h"
34 class ElementCos:
public OperatorUnary
38 virtual string str(
const KernelConfiguration & kernelConfig)
const;
43 #endif // ACLELEMENTCOS_H
Advanced Computational Language.
virtual string str(const KernelConfiguration &kernelConfig) const
std::shared_ptr< ElementBase > Element