24 #ifndef ACLELEMENTSIN_H
25 #define ACLELEMENTSIN_H
27 #include "../Operators/aclOperatorUnary.h"
33 class ElementSin:
public OperatorUnary
37 virtual string str(
const KernelConfiguration & kernelConfig)
const;
42 #endif // ACLELEMENTSIN_H
Advanced Computational Language.
virtual string str(const KernelConfiguration &kernelConfig) const
std::shared_ptr< ElementBase > Element