Changes between Initial Version and Version 1 of Ticket #5127, comment 30


Ignore:
Timestamp:
2018-09-20T04:06:29Z (7 years ago)
Author:
Rüdiger Franke

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5127, comment 30

    initial v1  
    33The major remaining problem is that all code generation (XML files, variable counts, variable references, start values) assume scalar variables only.
    44
    5 The above example nicely demonstrates the advantage `-nfScalarize`. With scalarization the array state equation is calculated n times, i.e. effort of n*n:
     5The above example nicely demonstrates the advantage `-nfScalarize`. With scalarization the array state equation is evaluated n times, i.e. effort of n*n:
    66{{{#!mo
    77class m2
     
    4242}}}
    4343
    44 With `-nfScalarize` we get effort of n:
     44With `-nfScalarize` it is only evaluated once; we get effort of n:
    4545{{{#!mo
    4646class m2