-
Notifications
You must be signed in to change notification settings - Fork 7
Pack Matrix Array
Ryan Porter edited this page Feb 25, 2018
·
1 revision
Constructs an matrix array using the input values. The array may be constructed from a multi-index attribute of matrices, or from vector double arrays representing the rows of the matrices.
| Attribute Name | Description | Attribute Type |
|---|---|---|
| inputMatrix (im) | Values that will be placed in the outputMatrix array at their logical index if inputMethod is set to Elements. |
matrix[] |
| inputRow0 (ir0) | Values that will be used as the first matrix row in the outputMatrix array if inputMethod is set to Components. |
vectorArray |
| inputRow1 (ir1) | Values that will be used as the second matrix row in the outputMatrix array if inputMethod is set to Components. |
vectorArray |
| inputRow2 (ir2) | Values that will be used as the third matrix row in the outputMatrix array if inputMethod is set to Components. |
vectorArray |
| inputRow3 (ir3) | Values that will be used as the fourth matrix row in the outputMatrix array if inputMethod is set to Components. |
vectorArray |
| fillValue (fv) | Value that will be placed in the output array if there is no input for that index. | matrix |
| size (s) | Size of the output array. |
int |
| output (o) | A matrix array. | matrixArray |