multiplyByScalar
Computes the product of a matrix and a scalar.
Return
The modified result parameter.
Parameters
matrix
The matrix.
scalar
The number to multiply by.
result
The object onto which to store the result.
Computes the product of a matrix and a scalar.
The modified result parameter.
The matrix.
The number to multiply by.
The object onto which to store the result.