OpenBIMRL | Mathematical matrices functions
Class path: math.matrix.matrixMultiplyByNumber
Matrix multiplication (x Scalar)

Description
Scales a matrix by a set factor.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | Matrix | Matrix | Matrix |
| 1 | Factor | Number | Scalar |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | Result | Matrix | Results matrix |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself