![]() | FloatMatrixMultiply Operator |
Name | Description | |
---|---|---|
![]() ![]() | Multiply(FloatMatrix, FloatMatrix) |
Multiplies two matrices by one another. The column count in the second matrix must match the row count in
the first matrix.
|
![]() ![]() | Multiply(FloatMatrix, Single) |
Multiplies the specified FloatMatrix by the specified scalar value.
|