Changes between Initial Version and Version 1 of Ticket #5718, comment 2
- Timestamp:
- 2019-12-01T18:50:10Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5718, comment 2
initial v1 19 19 }}} 20 20 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 equa itons21 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 equations 22 22 23 23 I would suggest you to use Integer parameters to set those matrix dimensions.