OpenBIMRL | Mathematical matrices functions
Class path: math.matrix.constructIdentityMatrix
Generation of a unit matrix

Description
Generates a unit matrix of size NxN.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | Size N | Number | Size N |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | Matrix | Matrix | Unit matrix |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself