22 Expression * ImaginaryPart::shallowReduce(
Context& context, AngleUnit angleUnit) {
23 Expression * e = Expression::shallowReduce(context, angleUnit);
28 #if MATRIX_EXACT_REDUCING 30 return SimplificationEngine::map(
this, context, angleUnit);
40 Complex<T> ImaginaryPart::computeOnComplex(
const Complex<T>
c, AngleUnit angleUnit) {
Expression * replaceWith(Expression *newOperand, bool deleteAfterReplace=true)
friend class ImaginaryPart
Expression * editableOperand(int i)
Expression * clone() const override
Type type() const override
const Expression * m_operands[T]
static Complex< T > Float(T x)