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