Changes between Initial Version and Version 1 of Ticket #5718, comment 2


Ignore:
Timestamp:
2019-12-01T18:50:10Z (5 years ago)
Author:
Francesco Casella

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5718, comment 2

    initial v1  
    1919}}}
    2020
    21 The problem here is that you left the dimensions of those matrices unspecified, and those can only be inferred from binding equations (e.g. {{{Real x[:] = {1, 2};}}}, not from regular equaitons
     21The problem here is that you left the dimensions of those matrices unspecified, and those can only be inferred from binding equations (e.g. {{{Real x[:] = {1, 2};}}}, not from regular equations
    2222
    2323I would suggest you to use Integer parameters to set those matrix dimensions.