24#ifndef ACLELEMENTSELECT_H
25#define ACLELEMENTSELECT_H
27#include "../Operators/aclOperatorTernary.h"
33 class ElementSelect:
public OperatorTernary
virtual string str(const KernelConfiguration &kernelConfig) const
ElementSelect(Element a1, Element a2, Element a3)
ACL Kernel configuration class.
Advanced Computational Language.
std::shared_ptr< ElementBase > Element