Skip to content

OpenBIMRL | Mathematical matrices functions

Class path: math.matrix.matrixMultiplyByNumber

Matrix multiplication (x Scalar)

matrixMultiplyByNumber1.png

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

matrixMultiplyByNumber2.png

Node representation with sample values

Sample file

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