Skip to content

OpenBIMRL | Mathematical matrices functions

Class path: math.matrix.getMatrixRowAt

Matrix row

getMatrixRowAt1.png

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

getMatrixRowAt2.png

Node representation with sample values

Sample file

Download of a sample file so that the user can test the usage himself