OpenBIMRL | Mathematical matrices functions
Class path: math.matrix.deconstructMatrix
Decomposition of a matrix

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
Sample file
Download of a sample file so that the user can test the usage himself