Changes between Initial Version and Version 1 of Ticket #5114, comment 5


Ignore:
Timestamp:
2018-09-28T01:24:17Z (7 years ago)
Author:
Francesco Casella

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5114, comment 5

    initial v1  
    2525}}}
    2626
    27 I don't know why the back-end expands the {{{transpose}}} operator after inlining the {{{resolve1}}} function when using the OF, but it doesn't when using the NF, but I guess this causes some issues with the generated code, which is not broken but gives wrong results. I flattened the model with both front-ends, and the two function printouts seem identical, so I don't really know where to look at.
     27I don't know why the back-end expands the {{{transpose}}} operator after inlining the {{{resolve1}}} function when using the OF, but it doesn't when using the NF. I guess this causes some issues with the generated code, which is not broken but gives wrong results. I flattened the model with both front-ends, and the two function printouts seem identical, so I don't really know where to look at.
    2828
    2929@wbraun, @perost, any idea?