Changes between Version 2 and Version 5 of Ticket #4835
- Timestamp:
- 2018-06-03T21:44:09Z (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4835 – Description
v2 v5 17 17 the record equations are turned into scalar equations and solved symbolically, so eventually z1 and z2 are evaluated at initialization, because they are constant. 18 18 19 Unfortunately, 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. 19 Unfortunately, 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. #4973 has a test case for the new front-end, while #4974 shows an issue with the missing inlining of ComplexMath functions. 20 20 21 21 The code generation for algorithms involving Complex numbers needs to be fixed, see #4055.