OpenBIMRL | Mathematical matrices functions
Class path: math.matrix.getMatrixRowAt
Matrix row
Description
Gets a row of a matrix via an index.
Input
Input | Name | Type | Description |
---|---|---|---|
0 | Matrix | Matrix | Matrix from which the row is retrieved |
1 | Index | Number | Index of the series to be retrieved |
Output
Output | Name | Type | Description |
---|---|---|---|
0 | Row | Number[] | output row |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself