28 Expression * Conjugate::shallowReduce(Context& context, AngleUnit angleUnit) {
29 Expression * e = Expression::shallowReduce(context, angleUnit);
34 #if MATRIX_EXACT_REDUCING 36 return SimplificationEngine::map(
this, context, angleUnit);
46 Complex<T> Conjugate::computeOnComplex(
const Complex<T>
c, AngleUnit angleUnit) {
Expression * replaceWith(Expression *newOperand, bool deleteAfterReplace=true)
Expression * editableOperand(int i)
const Expression * m_operands[T]
Type type() const override
ExpressionLayout * createLayout(PrintFloat::Mode floatDisplayMode=PrintFloat::Mode::Default, ComplexFormat complexFormat=ComplexFormat::Default) const
Expression * clone() const override
const Expression * operand(int i) const