Back to NDArray Operations
emul
Element-wise multiplication (.*). Always element-wise regardless of shape.
Syntax
emul(a: NDArray, b: NDArray) → r
Backends
TypeScriptnumwa
Description
Element-wise multiplication (.*). Always element-wise regardless of shape.
Parameters
| Name | Description |
|---|---|
| a | Left operand (NDArray or scalar) |
| b | Right operand (NDArray or scalar) |
Returns
NDArray with element-wise product