MultiplyMatrices
Multiplies two matrices element by element.
Syntax
C++
Python
def MultiplyMatrices( inMatrix1: Matrix, inMatrix2: Matrix, outMatrix: Matrix, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inMatrix1 | Matrix | ||
![]() |
inMatrix2 | Matrix | ||
![]() |
outMatrix | Matrix |


