functiongetMatrix
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| DynamicArray | arrayID | ||
| Integer | index | index, where in memory data is stored | |
| Integer | m | Number of rows of Matrix | |
| Integer | n | Number of columns of Matrix |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[m,n] | u | data to be stored |