Changes between Initial Version and Version 2 of Ticket #4835


Ignore:
Timestamp:
2018-03-22T18:11:28Z (7 years ago)
Author:
Francesco Casella
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4835

    • Property Cc massimo ceraolo dr.christian.kral@… added
  • Ticket #4835 – Description

    initial v2  
    1919Unfortunately, in some cases this does not happen, for reasons that need to be investigated. In #4354 and #4808 this issue leads to problems solving otherwise trivial equations, in #4157 it leads to problems with equations in when statements. #4611 is a slightly more involved case, where arrays of Complex constructors are involved.
    2020
    21 The code generation for algorithms involving Complex numbers needs to be fixed, see #4055
     21The code generation for algorithms involving Complex numbers needs to be fixed, see #4055.
     22
     23There are also some issues with Complex equations and {{{removeSimpleEquations}}}, see #4793.
    2224
    2325Last, but not least, the sum of Complex numbers should be supported, see #4297.