20 Expression * ComplexArgument::shallowReduce(
Context& context, AngleUnit angleUnit) {
21 Expression * e = Expression::shallowReduce(context, angleUnit);
25 #if MATRIX_EXACT_REDUCING 28 return SimplificationEngine::map(
this, context, angleUnit);
35 Complex<T> ComplexArgument::computeOnComplex(
const Complex<T>
c, AngleUnit angleUnit) {
Expression * clone() const override
friend class ComplexArgument
Expression * editableOperand(int i)
const Expression * m_operands[T]
static Complex< T > Float(T x)
Type type() const override