Skip to content

OpenBIMRL | Mathematical matrices functions

Class path: math.matrix.constructMatrix

Creation of a matrix

constructMatrix1.png

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

constructMatrix2.png

Node representation with sample values

Sample file

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