Skip to content

OpenBIMRL | Mathematical matrices functions

Class path: math.matrix.deconstructMatrix

Decomposition of a matrix

deconstructMatrix1.png

Description

Decompose a matrix into rows and columns arrays.

Input

Input Name Type Description
0 Matrix Matrix Matrix to be decomposed

Output

Output Name Type Description
0 Rows quantity Number Number of rows
1 Columns quantity Number Number of columns
2 Rows List<Number[]> Arrays rows
3 Columns List<Number[]> Columns arrays

Use/Example

deconstructMatrix2.png

Node representation with sample values

Sample file

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