OpenBIMRL | Mathematical matrices functions
Class path: math.matrix.constructMatrix
Creation of a matrix

Description
Creates a matrix of size NxM.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | Rows | Number | Number of rows |
| 1 | Columns | Number | Number of columns |
| 2 | Values | List<Number> | Values of the matrix |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | Result | Matrix | Result matrix |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself